#FBCDEB

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

Shades of Classic Rose #FBCDEB

Tints of Classic Rose #FBCDEB

Color information

#FBCDEB (or 0xFBCDEB) is unknown color: approx Classic Rose. HEX triplet: FB, CD and EB. RGB value is (251,205,235). Sum of RGB (Red+Green+Blue) = 251+205+235=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 205 (80.47% from 255 or 29.67% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEB is #043214. Grayscale: #DEDEDE. Windows color (decimal): -274965 or 15453691. OLE color: 15453691.

HSL color Cylindrical-coordinate representation of color #FBCDEB: hue angle of 320.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDEB is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251205235-
CMYK00.180.060.02
HSL320.87º85.19%89.41%-
HSV(B)320.87º18.33%98.43%-
XYZ76.6170.1788.1-
YUV222.17135.24148.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.32%
GREEN value IS 205 (80.47% from 255) = 29.67%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=36.32%
G=29.67%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120523500.180.060.02320.8785.1989.41
HexFBCDEB012621415559
Octal37331535302262501125131
Binary1111101111001101111010110100101101010100000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDEB; }

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

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

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

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

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

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

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

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