Html Css Color HEX #FAFEC9 Carla

📋 copy color: '#FAFEC9'

red 250 ◦ green 254 ◦ blue 201

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

Shades of Carla #FAFEC9

Tints of Carla #FAFEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 28.51%

R = 35.46%
G = 36.03%
B = 28.51%

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

#FAFEC9 (or 0xFAFEC9) is known color: Carla. HEX triplet: FA, FE and C9. RGB value is (250,254,201). Sum of RGB (Red+Green+Blue) = 250+254+201=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 201 (78.91% from 255 or 28.51% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC9 is #050136. Grayscale: #F6F6F6. Windows color (decimal): -327991 or 13238010. OLE color: 13238010.

HSL color Cylindrical-coordinate representation of color #FAFEC9: hue angle of 64.53º 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 #FAFEC9 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 250 254 201 -
CMYK 0.02 0 0.21 0.00
HSL 64.53º 0.96% 0.89% -
HSV(B) 64.53º 0.21% 1% -
XYZ 85.41 95.42 69.18 -
YUV 246.76 102.17 130.31 -
System Red Green Blue C M Y K H S L
Decimal 250 254 201 0.02 0 0.21 0.00 64.53 0.96 0.89
Hex FA FE C9 2 0 15 0 41 60 59
Octal 372 376 311 2 0 25 0 101 140 131
Binary 11111010 11111110 11001001 10 0 10101 0 1000001 1100000 1011001

Color Harmonies of #FAFEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFEC9

Black with #FAFEC9

Text Example


Text Example

White with #FAFEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFEC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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