Html Css Color HEX #FAFEC8 Carla

📋 copy color: '#FAFEC8'

red 250 ◦ green 254 ◦ blue 200

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

Shades of Carla #FAFEC8

Tints of Carla #FAFEC8

RGB

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

 GREEN value IS 254 (99.61% from 255) = 36.08%

 BLUE value IS 200 (78.52% from 255) = 28.41%

R = 35.51%
G = 36.08%
B = 28.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#FAFEC8 (or 0xFAFEC8) is known color: Carla. HEX triplet: FA, FE and C8. RGB value is (250,254,200). Sum of RGB (Red+Green+Blue) = 250+254+200=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 254 (99.61% from 255 or 36.08% from 704); Blue value is 200 (78.52% from 255 or 28.41% from 704); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC8 is #050137. Grayscale: #F6F6F6. Windows color (decimal): -327992 or 13172474. OLE color: 13172474.

HSL color Cylindrical-coordinate representation of color #FAFEC8: hue angle of 64.44º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FAFEC8 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 200 -
CMYK 0.02 0 0.21 0.00
HSL 64.44º 0.96% 0.89% -
HSV(B) 64.44º 0.21% 1% -
XYZ 85.29 95.38 68.56 -
YUV 246.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 250 254 200 0.02 0 0.21 0.00 64.44 0.96 0.89
Hex FA FE C8 2 0 15 0 40 60 59
Octal 372 376 310 2 0 25 0 100 140 131
Binary 11111010 11111110 11001000 10 0 10101 0 1000000 1100000 1011001

Color Harmonies of #FAFEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEC8

Black with #FAFEC8

Text Example


Text Example

White with #FAFEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEC8; }

 p { color: rgb(250,254,200); }

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

background-color css

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

 a { background-color: rgb(250,254,200); }

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

border-color css

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

 span { border-color: rgb(250,254,200); }

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