#F5FBCF

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

Shades of Carla #F5FBCF

Tints of Carla #F5FBCF

Color information

#F5FBCF (or 0xF5FBCF) is unknown color: approx Carla. HEX triplet: F5, FB and CF. RGB value is (245,251,207). Sum of RGB (Red+Green+Blue) = 245+251+207=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 207 (81.25% from 255 or 29.45% from 703); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FBCF is #0A0430. Grayscale: #F4F4F4. Windows color (decimal): -656433 or 13630453. OLE color: 13630453.

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

Color convert

RGB245251207-
CMYK0.0200.180.02
HSL68.18º84.62%89.8%-
HSV(B)68.18º17.53%98.43%-
XYZ83.4292.9172.57-
YUV244.19107.01128.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.85%
GREEN value IS 251 (98.44% from 255) = 35.70%
BLUE value IS 207 (81.25% from 255) = 29.45%
R=34.85%
G=35.70%
B=29.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512070.0200.180.0268.1884.6289.8
HexF5FBCF2012244555a
Octal36537331720222104125132
Binary1111010111111011110011111001001010100010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBCF; }

 p { color: rgb(245,251,207); }

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

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

 a { background-color: rgb(245,251,207); }

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

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

 span { border-color: rgb(245,251,207); }

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