#FDCBEB

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

Shades of Classic Rose #FDCBEB

Tints of Classic Rose #FDCBEB

Color information

#FDCBEB (or 0xFDCBEB) is unknown color: approx Classic Rose. HEX triplet: FD, CB and EB. RGB value is (253,203,235). Sum of RGB (Red+Green+Blue) = 253+203+235=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBEB is #023414. Grayscale: #DDDDDD. Windows color (decimal): -144405 or 15453181. OLE color: 15453181.

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

Color convert

RGB253203235-
CMYK00.200.070.01
HSL321.6º92.59%89.41%-
HSV(B)321.6º19.76%99.22%-
XYZ76.8669.5987.98-
YUV221.6135.56150.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 203 (79.69% from 255) = 29.38%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=36.61%
G=29.38%
B=34.01%

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
Decimal25320323500.200.070.01321.692.5989.41
HexFDCBEB014711425d59
Octal37531335302471502135131
Binary111111011100101111101011010100111110100001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBEB; }

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

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

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

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

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

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

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

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