#F5FFCA

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

Shades of Carla #F5FFCA

Tints of Carla #F5FFCA

Color information

#F5FFCA (or 0xF5FFCA) is unknown color: approx Carla. HEX triplet: F5, FF and CA. RGB value is (245,255,202). Sum of RGB (Red+Green+Blue) = 245+255+202=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 202 (79.30% from 255 or 28.77% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFCA is #0A0035. Grayscale: #F6F6F6. Windows color (decimal): -655414 or 13303797. OLE color: 13303797.

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

Color convert

RGB245255202-
CMYK0.0400.210
HSL71.32º100%89.61%-
HSV(B)71.32º20.78%100%-
XYZ84.0895.269.82-
YUV245.97103.19127.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 255 (100% from 255) = 36.32%
BLUE value IS 202 (79.30% from 255) = 28.77%
R=34.90%
G=36.32%
B=28.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452552020.0400.21071.3210089.61
HexF5FFCA4015047645a
Octal36537731240250107144132
Binary1111010111111111110010101000101010100011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FFCA; }

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

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

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

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

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

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

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

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