#F5F8D2

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

Shades of Carla #F5F8D2

Tints of Carla #F5F8D2

Color information

#F5F8D2 (or 0xF5F8D2) is unknown color: approx Carla. HEX triplet: F5, F8 and D2. RGB value is (245,248,210). Sum of RGB (Red+Green+Blue) = 245+248+210=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 210 (82.42% from 255 or 29.87% from 703); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8D2 is #0A072D. Grayscale: #F2F2F2. Windows color (decimal): -657198 or 13826293. OLE color: 13826293.

HSL color Cylindrical-coordinate representation of color #F5F8D2: hue angle of 64.74º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5F8D2 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB245248210-
CMYK0.0100.150.03
HSL64.74º73.08%89.8%-
HSV(B)64.74º15.32%97.25%-
XYZ82.8691.274.21-
YUV242.77109.51129.59-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.85%
GREEN value IS 248 (97.27% from 255) = 35.28%
BLUE value IS 210 (82.42% from 255) = 29.87%
R=34.85%
G=35.28%
B=29.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452482100.0100.150.0364.7473.0889.8
HexF5F8D210F341495a
Octal36537032210173101111132
Binary11110101111110001101001010111111100000110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8D2; }

 p { color: rgb(245,248,210); }

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

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

 a { background-color: rgb(245,248,210); }

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

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

 span { border-color: rgb(245,248,210); }

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