#FAFFC9

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

Shades of Carla #FAFFC9

Tints of Carla #FAFFC9

Color information

#FAFFC9 (or 0xFAFFC9) is unknown color: approx Carla. HEX triplet: FA, FF and C9. RGB value is (250,255,201). Sum of RGB (Red+Green+Blue) = 250+255+201=706 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.41% from 706); Green value is 255 (100% from 255 or 36.12% from 706); Blue value is 201 (78.91% from 255 or 28.47% from 706); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC9 is #050036. Grayscale: #F7F7F7. Windows color (decimal): -327735 or 13238266. OLE color: 13238266.

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

Color convert

RGB250255201-
CMYK0.0200.210
HSL65.56º100%89.41%-
HSV(B)65.56º21.18%100%-
XYZ85.7396.0669.28-
YUV247.35101.84129.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.41%
GREEN value IS 255 (100% from 255) = 36.12%
BLUE value IS 201 (78.91% from 255) = 28.47%
R=35.41%
G=36.12%
B=28.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552010.0200.21065.5610089.41
HexFAFFC920150426459
Octal37237731120250102144131
Binary111110101111111111001001100101010100001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFC9; }

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

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

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

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

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

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

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

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