#F5FDCC

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

Shades of Carla #F5FDCC

Tints of Carla #F5FDCC

Color information

#F5FDCC (or 0xF5FDCC) is unknown color: approx Carla. HEX triplet: F5, FD and CC. RGB value is (245,253,204). Sum of RGB (Red+Green+Blue) = 245+253+204=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 204 (80.08% from 255 or 29.06% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDCC is #0A0233. Grayscale: #F5F5F5. Windows color (decimal): -655924 or 13434357. OLE color: 13434357.

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

Color convert

RGB245253204-
CMYK0.0300.190.01
HSL69.8º92.45%89.61%-
HSV(B)69.8º19.37%99.22%-
XYZ83.6894.0270.86-
YUV245.02104.85127.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 253 (99.22% from 255) = 36.04%
BLUE value IS 204 (80.08% from 255) = 29.06%
R=34.90%
G=36.04%
B=29.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452532040.0300.190.0169.892.4589.61
HexF5FDCC30131465c5a
Octal36537531430231106134132
Binary111101011111110111001100110100111100011010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDCC; }

 p { color: rgb(245,253,204); }

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

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

 a { background-color: rgb(245,253,204); }

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

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

 span { border-color: rgb(245,253,204); }

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