#F5FFC2

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

Shades of Carla #F5FFC2

Tints of Carla #F5FFC2

Color information

#F5FFC2 (or 0xF5FFC2) is unknown color: approx Carla. HEX triplet: F5, FF and C2. RGB value is (245,255,194). Sum of RGB (Red+Green+Blue) = 245+255+194=694 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.30% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 194 (76.17% from 255 or 27.95% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFC2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFC2 is #0A003D. Grayscale: #F5F5F5. Windows color (decimal): -655422 or 12779509. OLE color: 12779509.

HSL color Cylindrical-coordinate representation of color #F5FFC2: hue angle of 69.84º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5FFC2 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB245255194-
CMYK0.0400.240
HSL69.84º100%88.04%-
HSV(B)69.84º23.92%100%-
XYZ83.1594.8364.96-
YUV245.0699.19127.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.30%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 194 (76.17% from 255) = 27.95%
R=35.30%
G=36.74%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551940.0400.24069.8410088.04
HexF5FFC240180466458
Octal36537730240300106144130
Binary1111010111111111110000101000110000100011011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFC2; }

 p { color: rgb(245,255,194); }

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

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

 a { background-color: rgb(245,255,194); }

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

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

 span { border-color: rgb(245,255,194); }

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