#FAFFC8

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

Shades of Carla #FAFFC8

Tints of Carla #FAFFC8

Color information

#FAFFC8 (or 0xFAFFC8) is unknown color: approx Carla. HEX triplet: FA, FF and C8. RGB value is (250,255,200). Sum of RGB (Red+Green+Blue) = 250+255+200=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 200 (78.52% from 255 or 28.37% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFC8 is #050037. Grayscale: #F7F7F7. Windows color (decimal): -327736 or 13172730. OLE color: 13172730.

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

Color convert

RGB250255200-
CMYK0.0200.220
HSL65.45º100%89.22%-
HSV(B)65.45º21.57%100%-
XYZ85.6196.0168.66-
YUV247.24101.34129.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 255 (100% from 255) = 36.17%
BLUE value IS 200 (78.52% from 255) = 28.37%
R=35.46%
G=36.17%
B=28.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552000.0200.22065.4510089.22
HexFAFFC820160416459
Octal37237731020260101144131
Binary111110101111111111001000100101100100000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFC8; }

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

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

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

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

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

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

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

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