#F5FACA

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

Shades of Carla #F5FACA

Tints of Carla #F5FACA

Color information

#F5FACA (or 0xF5FACA) is unknown color: approx Carla. HEX triplet: F5, FA and CA. RGB value is (245,250,202). Sum of RGB (Red+Green+Blue) = 245+250+202=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 202 (79.30% from 255 or 28.98% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FACA is #0A0535. Grayscale: #F3F3F3. Windows color (decimal): -656694 or 13302517. OLE color: 13302517.

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

Color convert

RGB245250202-
CMYK0.0200.190.02
HSL66.25º82.76%88.63%-
HSV(B)66.25º19.2%98.04%-
XYZ82.592.0569.3-
YUV243.03104.84129.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.15%
GREEN value IS 250 (98.05% from 255) = 35.87%
BLUE value IS 202 (79.30% from 255) = 28.98%
R=35.15%
G=35.87%
B=28.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502020.0200.190.0266.2582.7688.63
HexF5FACA20132425359
Octal36537231220232102123131
Binary1111010111111010110010101001001110100001010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FACA; }

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

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

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

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

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

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

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

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