#FBBEDF

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

Shades of Classic Rose #FBBEDF

Tints of Classic Rose #FBBEDF

Color information

#FBBEDF (or 0xFBBEDF) is unknown color: approx Classic Rose. HEX triplet: FB, BE and DF. RGB value is (251,190,223). Sum of RGB (Red+Green+Blue) = 251+190+223=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 190 (74.61% from 255 or 28.61% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEDF is #044120. Grayscale: #D3D3D3. Windows color (decimal): -278817 or 14663419. OLE color: 14663419.

HSL color Cylindrical-coordinate representation of color #FBBEDF: hue angle of 327.54º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEDF is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB251190223-
CMYK00.240.110.02
HSL327.54º88.41%86.47%-
HSV(B)327.54º24.3%98.43%-
XYZ71.5262.6678.14-
YUV212134.21155.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 190 (74.61% from 255) = 28.61%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=37.80%
G=28.61%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119022300.240.110.02327.5488.4186.47
HexFBBEDF018B21485856
Octal373276337030132510130126
Binary11111011101111101101111101100010111010100100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBEDF; }

 p { color: rgb(251,190,223); }

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

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

 a { background-color: rgb(251,190,223); }

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

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

 span { border-color: rgb(251,190,223); }

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