#F5F8D4

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

Shades of Carla #F5F8D4

Tints of Carla #F5F8D4

Color information

#F5F8D4 (or 0xF5F8D4) is unknown color: approx Carla. HEX triplet: F5, F8 and D4. RGB value is (245,248,212). Sum of RGB (Red+Green+Blue) = 245+248+212=705 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.75% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 212 (83.20% from 255 or 30.07% from 705); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8D4 is #0A072B. Grayscale: #F3F3F3. Windows color (decimal): -657196 or 13957365. OLE color: 13957365.

HSL color Cylindrical-coordinate representation of color #F5F8D4: hue angle of 65º degrees, saturation: 0.72, 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 #F5F8D4 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB245248212-
CMYK0.0100.150.03
HSL65º72%90.2%-
HSV(B)65º14.52%97.25%-
XYZ83.1191.375.53-
YUV243110.51129.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.75%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 212 (83.20% from 255) = 30.07%
R=34.75%
G=35.18%
B=30.07%

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
Decimal2452482120.0100.150.03657290.2
HexF5F8D410F341485a
Octal36537032410173101110132
Binary11110101111110001101010010111111100000110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8D4; }

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

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

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

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

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

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

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

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