#FFCDEB

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

Shades of Classic Rose #FFCDEB

Tints of Classic Rose #FFCDEB

Color information

#FFCDEB (or 0xFFCDEB) is unknown color: approx Classic Rose. HEX triplet: FF, CD and EB. RGB value is (255,205,235). Sum of RGB (Red+Green+Blue) = 255+205+235=695 (92% of max value = 765). Red value is 255 (100% from 255 or 36.69% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCDEB is #003214. Grayscale: #DFDFDF. Windows color (decimal): -12821 or 15453695. OLE color: 15453695.

HSL color Cylindrical-coordinate representation of color #FFCDEB: hue angle of 324º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDEB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255205235-
CMYK00.200.080
HSL324º100%90.2%-
HSV(B)324º19.61%100%-
XYZ78.0770.9288.17-
YUV223.37134.56150.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.69%
GREEN value IS 205 (80.47% from 255) = 29.50%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=36.69%
G=29.50%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520523500.200.08032410090.2
HexFFCDEB01480144645a
Octal377315353024100504144132
Binary1111111111001101111010110101001000010100010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCDEB; }

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

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

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

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

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

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

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

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