#F5FCC6

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

Shades of Carla #F5FCC6

Tints of Carla #F5FCC6

Color information

#F5FCC6 (or 0xF5FCC6) is unknown color: approx Carla. HEX triplet: F5, FC and C6. RGB value is (245,252,198). Sum of RGB (Red+Green+Blue) = 245+252+198=695 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.25% from 695); Green value is 252 (98.83% from 255 or 36.26% from 695); Blue value is 198 (77.73% from 255 or 28.49% from 695); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCC6 is #0A0339. Grayscale: #F3F3F3. Windows color (decimal): -656186 or 13040885. OLE color: 13040885.

HSL color Cylindrical-coordinate representation of color #F5FCC6: hue angle of 67.78º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F5FCC6 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.

Color convert

RGB245252198-
CMYK0.0300.210.01
HSL67.78º90%88.24%-
HSV(B)67.78º21.43%98.82%-
XYZ82.6693.1167.04-
YUV243.75102.18128.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.25%
GREEN value IS 252 (98.83% from 255) = 36.26%
BLUE value IS 198 (77.73% from 255) = 28.49%
R=35.25%
G=36.26%
B=28.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521980.0300.210.0167.789088.24
HexF5FCC630151445a58
Octal36537430630251104132130
Binary111101011111110011000110110101011100010010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCC6; }

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

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

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

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

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

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

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

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