#F5FACC

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

Shades of Carla #F5FACC

Tints of Carla #F5FACC

Color information

#F5FACC (or 0xF5FACC) is unknown color: approx Carla. HEX triplet: F5, FA and CC. RGB value is (245,250,204). Sum of RGB (Red+Green+Blue) = 245+250+204=699 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.05% from 699); Green value is 250 (98.05% from 255 or 35.77% from 699); Blue value is 204 (80.08% from 255 or 29.18% from 699); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FACC is #0A0533. Grayscale: #F3F3F3. Windows color (decimal): -656692 or 13433589. OLE color: 13433589.

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

Color convert

RGB245250204-
CMYK0.0200.180.02
HSL66.52º82.14%89.02%-
HSV(B)66.52º18.4%98.04%-
XYZ82.7492.1470.55-
YUV243.26105.84129.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.05%
GREEN value IS 250 (98.05% from 255) = 35.77%
BLUE value IS 204 (80.08% from 255) = 29.18%
R=35.05%
G=35.77%
B=29.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502040.0200.180.0266.5282.1489.02
HexF5FACC20122435259
Octal36537231420222103122131
Binary1111010111111010110011001001001010100001110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FACC; }

 p { color: rgb(245,250,204); }

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

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

 a { background-color: rgb(245,250,204); }

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

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

 span { border-color: rgb(245,250,204); }

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