#FCCDEB

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

Shades of Classic Rose #FCCDEB

Tints of Classic Rose #FCCDEB

Color information

#FCCDEB (or 0xFCCDEB) is unknown color: approx Classic Rose. HEX triplet: FC, CD and EB. RGB value is (252,205,235). Sum of RGB (Red+Green+Blue) = 252+205+235=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCDEB is #033214. Grayscale: #DEDEDE. Windows color (decimal): -209429 or 15453692. OLE color: 15453692.

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

Color convert

RGB252205235-
CMYK00.190.070.01
HSL321.7º88.68%89.61%-
HSV(B)321.7º18.65%98.82%-
XYZ76.9770.3688.12-
YUV222.47135.07149.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.42%
GREEN value IS 205 (80.47% from 255) = 29.62%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=36.42%
G=29.62%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220523500.190.070.01321.788.6889.61
HexFCCDEB01371142595a
Octal37431535302371502131132
Binary111111001100110111101011010011111110100001010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCDEB; }

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

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

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

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

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

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

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

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