#FBD1ED

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

Shades of Classic Rose #FBD1ED

Tints of Classic Rose #FBD1ED

Color information

#FBD1ED (or 0xFBD1ED) is unknown color: approx Classic Rose. HEX triplet: FB, D1 and ED. RGB value is (251,209,237). Sum of RGB (Red+Green+Blue) = 251+209+237=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 209 (82.03% from 255 or 29.99% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1ED is #042E12. Grayscale: #E0E0E0. Windows color (decimal): -273939 or 15585787. OLE color: 15585787.

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

Color convert

RGB251209237-
CMYK00.170.060.02
HSL320º84%90.2%-
HSV(B)320º16.73%98.43%-
XYZ77.8772.2289.96-
YUV224.75134.91146.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 209 (82.03% from 255) = 29.99%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=36.01%
G=29.99%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120923700.170.060.023208490.2
HexFBD1ED01162140545a
Octal37332135502162500124132
Binary1111101111010001111011010100011101010100000010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1ED; }

 p { color: rgb(251,209,237); }

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

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

 a { background-color: rgb(251,209,237); }

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

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

 span { border-color: rgb(251,209,237); }

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