#F5F8D0

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

Shades of Carla #F5F8D0

Tints of Carla #F5F8D0

Color information

#F5F8D0 (or 0xF5F8D0) is unknown color: approx Carla. HEX triplet: F5, F8 and D0. RGB value is (245,248,208). Sum of RGB (Red+Green+Blue) = 245+248+208=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 248 (97.27% from 255 or 35.38% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8D0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8D0 is #0A072F. Grayscale: #F2F2F2. Windows color (decimal): -657200 or 13695221. OLE color: 13695221.

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

Color convert

RGB245248208-
CMYK0.0100.160.03
HSL64.5º74.07%89.41%-
HSV(B)64.5º16.13%97.25%-
XYZ82.6191.172.9-
YUV242.54108.51129.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 248 (97.27% from 255) = 35.38%
BLUE value IS 208 (81.64% from 255) = 29.67%
R=34.95%
G=35.38%
B=29.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452482080.0100.160.0364.574.0789.41
HexF5F8D010103404a59
Octal36537032010203100112131
Binary111101011111100011010000101000011100000010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8D0; }

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

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

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

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

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

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

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

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