#FDCAEB

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

Shades of Classic Rose #FDCAEB

Tints of Classic Rose #FDCAEB

Color information

#FDCAEB (or 0xFDCAEB) is unknown color: approx Classic Rose. HEX triplet: FD, CA and EB. RGB value is (253,202,235). Sum of RGB (Red+Green+Blue) = 253+202+235=690 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.67% from 690); Green value is 202 (79.30% from 255 or 29.28% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCAEB is #023514. Grayscale: #DCDCDC. Windows color (decimal): -144661 or 15452925. OLE color: 15452925.

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

Color convert

RGB253202235-
CMYK00.200.070.01
HSL321.18º92.73%89.22%-
HSV(B)321.18º20.16%99.22%-
XYZ76.6269.1287.9-
YUV221.01135.9150.82-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.67%
GREEN value IS 202 (79.30% from 255) = 29.28%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=36.67%
G=29.28%
B=34.06%

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
Decimal25320223500.200.070.01321.1892.7389.22
HexFDCAEB014711415d59
Octal37531235302471501135131
Binary111111011100101011101011010100111110100000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAEB; }

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

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

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

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

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

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

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

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