#F5FCCD

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

Shades of Carla #F5FCCD

Tints of Carla #F5FCCD

Color information

#F5FCCD (or 0xF5FCCD) is unknown color: approx Carla. HEX triplet: F5, FC and CD. RGB value is (245,252,205). Sum of RGB (Red+Green+Blue) = 245+252+205=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 252 (98.83% from 255 or 35.90% from 702); Blue value is 205 (80.47% from 255 or 29.20% from 702); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCCD is #0A0332. Grayscale: #F4F4F4. Windows color (decimal): -656179 or 13499637. OLE color: 13499637.

HSL color Cylindrical-coordinate representation of color #F5FCCD: hue angle of 68.94º degrees, saturation: 0.89, 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 #F5FCCD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB245252205-
CMYK0.0300.190.01
HSL68.94º88.68%89.61%-
HSV(B)68.94º18.65%98.82%-
XYZ83.4993.4471.39-
YUV244.55105.68128.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 252 (98.83% from 255) = 35.90%
BLUE value IS 205 (80.47% from 255) = 29.20%
R=34.90%
G=35.90%
B=29.20%

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
Decimal2452522050.0300.190.0168.9488.6889.61
HexF5FCCD3013145595a
Octal36537431530231105131132
Binary111101011111110011001101110100111100010110110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCCD; }

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

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

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

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

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

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

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

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