#F5F9D4

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

Shades of Carla #F5F9D4

Tints of Carla #F5F9D4

Color information

#F5F9D4 (or 0xF5F9D4) is unknown color: approx Carla. HEX triplet: F5, F9 and D4. RGB value is (245,249,212). Sum of RGB (Red+Green+Blue) = 245+249+212=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 212 (83.20% from 255 or 30.03% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9D4 is #0A062B. Grayscale: #F3F3F3. Windows color (decimal): -656940 or 13957621. OLE color: 13957621.

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

Color convert

RGB245249212-
CMYK0.0200.150.02
HSL66.49º75.51%90.39%-
HSV(B)66.49º14.86%97.65%-
XYZ83.4291.9275.63-
YUV243.59110.17129.01-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.70%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 212 (83.20% from 255) = 30.03%
R=34.70%
G=35.27%
B=30.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452492120.0200.150.0266.4975.5190.39
HexF5F9D420F2424c5a
Octal36537132420172102114132
Binary111101011111100111010100100111110100001010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9D4; }

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

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

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

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

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

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

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

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