#FCCAEB

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

Shades of Classic Rose #FCCAEB

Tints of Classic Rose #FCCAEB

Color information

#FCCAEB (or 0xFCCAEB) is unknown color: approx Classic Rose. HEX triplet: FC, CA and EB. RGB value is (252,202,235). Sum of RGB (Red+Green+Blue) = 252+202+235=689 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.57% from 689); Green value is 202 (79.30% from 255 or 29.32% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCAEB is #033514. Grayscale: #DCDCDC. Windows color (decimal): -210197 or 15452924. OLE color: 15452924.

HSL color Cylindrical-coordinate representation of color #FCCAEB: hue angle of 320.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCCAEB is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB252202235-
CMYK00.200.070.01
HSL320.4º89.29%89.02%-
HSV(B)320.4º19.84%98.82%-
XYZ76.2668.9387.88-
YUV220.71136.06150.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.57%
GREEN value IS 202 (79.30% from 255) = 29.32%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=36.57%
G=29.32%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220223500.200.070.01320.489.2989.02
HexFCCAEB014711405959
Octal37431235302471500131131
Binary111111001100101011101011010100111110100000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAEB; }

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

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

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

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

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

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

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

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