Html Css Color HEX #FAFDC3 Carla

📋 copy color: '#FAFDC3'

red 250 ◦ green 253 ◦ blue 195

#FAFDC3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carla #FAFDC3

Tints of Carla #FAFDC3

RGB

 RED value IS 250 (98.05% from 255) = 35.82%

 GREEN value IS 253 (99.22% from 255) = 36.25%

 BLUE value IS 195 (76.56% from 255) = 27.94%

R = 35.82%
G = 36.25%
B = 27.94%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAFDC3 (or 0xFAFDC3) is known color: Carla. HEX triplet: FA, FD and C3. RGB value is (250,253,195). Sum of RGB (Red+Green+Blue) = 250+253+195=698 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.82% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 195 (76.56% from 255 or 27.94% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDC3 is #05023C. Grayscale: #F5F5F5. Windows color (decimal): -328253 or 12844538. OLE color: 12844538.

HSL color Cylindrical-coordinate representation of color #FAFDC3: hue angle of 63.1º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FAFDC3 is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 253 195 -
CMYK 0.01 0 0.23 0.01
HSL 63.1º 0.94% 0.88% -
HSV(B) 63.1º 0.23% 0.99% -
XYZ 84.4 94.51 65.42 -
YUV 245.49 99.51 131.22 -
System Red Green Blue C M Y K H S L
Decimal 250 253 195 0.01 0 0.23 0.01 63.1 0.94 0.88
Hex FA FD C3 1 0 17 1 3F 5E 58
Octal 372 375 303 1 0 27 1 77 136 130
Binary 11111010 11111101 11000011 1 0 10111 1 111111 1011110 1011000

Color Harmonies of #FAFDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDC3

Black with #FAFDC3

Text Example


Text Example

White with #FAFDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDC3; }

 p { color: rgb(250,253,195); }

 H1.HeaderClassName
 {
   color: #FAFDC3;
 }
 .AnyTagClassName
 {
   color: #FAFDC3;
 }
</style>

background-color css

<style>
 a { background-color: #FAFDC3; }

 a { background-color: rgb(250,253,195); }

 div.DivClassName
 {
   background-color: #FAFDC3;
 }
 .BgClassName
 {
   background-color: #FAFDC3;
 }
</style>

border-color css

<style>
 span { border-color: #FAFDC3; }

 span { border-color: rgb(250,253,195); }

 td.TdClassName
 {
   border-color: #FAFDC3;
 }
 .TagClassName
 {
   border-color: #FAFDC3;
 }
</style>