Html Css Color HEX #FAFCCC Carla

📋 copy color: '#FAFCCC'

red 250 ◦ green 252 ◦ blue 204

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

Shades of Carla #FAFCCC

Tints of Carla #FAFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 35.69%

 BLUE value IS 204 (80.08% from 255) = 28.9%

R = 35.41%
G = 35.69%
B = 28.9%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FAFCCC (or 0xFAFCCC) is known color: Carla. HEX triplet: FA, FC and CC. RGB value is (250,252,204). Sum of RGB (Red+Green+Blue) = 250+252+204=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 204 (80.08% from 255 or 28.90% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCCC is #050333. Grayscale: #F6F6F6. Windows color (decimal): -328500 or 13434106. OLE color: 13434106.

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

Color convert

RGB 250 252 204 -
CMYK 0.01 0 0.19 0.01
HSL 62.5º 0.89% 0.89% -
HSV(B) 62.5º 0.19% 0.99% -
XYZ 85.13 94.3 70.84 -
YUV 245.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 250 252 204 0.01 0 0.19 0.01 62.5 0.89 0.89
Hex FA FC CC 1 0 13 1 3F 59 59
Octal 372 374 314 1 0 23 1 77 131 131
Binary 11111010 11111100 11001100 1 0 10011 1 111111 1011001 1011001

Color Harmonies of #FAFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFCCC

Black with #FAFCCC

Text Example


Text Example

White with #FAFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFCCC; }

 p { color: rgb(250,252,204); }

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

background-color css

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

 a { background-color: rgb(250,252,204); }

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

border-color css

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

 span { border-color: rgb(250,252,204); }

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