#FAFEC4

Color #FAFEC4 Carla (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carla #FAFEC4

Tints of Carla #FAFEC4

Color information

#FAFEC4 (or 0xFAFEC4) is unknown color: approx Carla. HEX triplet: FA, FE and C4. RGB value is (250,254,196). Sum of RGB (Red+Green+Blue) = 250+254+196=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 254 (99.61% from 255 or 36.29% from 700); Blue value is 196 (76.95% from 255 or 28% from 700); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEC4 is #05013B. Grayscale: #F6F6F6. Windows color (decimal): -327996 or 12910330. OLE color: 12910330.

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

Color convert

RGB250254196-
CMYK0.0200.230.00
HSL64.14º96.67%88.24%-
HSV(B)64.14º22.83%99.61%-
XYZ84.8395.1966.13-
YUV246.1999.67130.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.71%
GREEN value IS 254 (99.61% from 255) = 36.29%
BLUE value IS 196 (76.95% from 255) = 28%
R=35.71%
G=36.29%
B=28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541960.0200.230.0064.1496.6788.24
HexFAFEC420170406158
Octal37237630420270100141130
Binary111110101111111011000100100101110100000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEC4; }

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

 H1.HeaderClassName
 {
   color: #FAFEC4;
 }
 .AnyTagClassName
 {
   color: #FAFEC4;
 }
</style>
background-color css

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

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

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

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

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

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