#F5F8C6

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

Shades of Carla #F5F8C6

Tints of Carla #F5F8C6

Color information

#F5F8C6 (or 0xF5F8C6) is unknown color: approx Carla. HEX triplet: F5, F8 and C6. RGB value is (245,248,198). Sum of RGB (Red+Green+Blue) = 245+248+198=691 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.46% from 691); Green value is 248 (97.27% from 255 or 35.89% from 691); Blue value is 198 (77.73% from 255 or 28.65% from 691); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8C6 is #0A0739. Grayscale: #F1F1F1. Windows color (decimal): -657210 or 13039861. OLE color: 13039861.

HSL color Cylindrical-coordinate representation of color #F5F8C6: hue angle of 63.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F5F8C6 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB245248198-
CMYK0.0100.200.03
HSL63.6º78.12%87.45%-
HSV(B)63.6º20.16%97.25%-
XYZ81.4290.6266.63-
YUV241.4103.51130.57-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.46%
GREEN value IS 248 (97.27% from 255) = 35.89%
BLUE value IS 198 (77.73% from 255) = 28.65%
R=35.46%
G=35.89%
B=28.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452481980.0100.200.0363.678.1287.45
HexF5F8C610143404e57
Octal36537030610243100116127
Binary111101011111100011000110101010011100000010011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8C6; }

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

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

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

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

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

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

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

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