#FBC7E9

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

Shades of Classic Rose #FBC7E9

Tints of Classic Rose #FBC7E9

Color information

#FBC7E9 (or 0xFBC7E9) is unknown color: approx Classic Rose. HEX triplet: FB, C7 and E9. RGB value is (251,199,233). Sum of RGB (Red+Green+Blue) = 251+199+233=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 199 (78.12% from 255 or 29.14% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7E9 is #043816. Grayscale: #DADADA. Windows color (decimal): -276503 or 15321083. OLE color: 15321083.

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

Color convert

RGB251199233-
CMYK00.210.070.02
HSL320.77º86.67%88.24%-
HSV(B)320.77º20.72%98.43%-
XYZ74.9267.2486.12-
YUV218.42136.23151.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.75%
GREEN value IS 199 (78.12% from 255) = 29.14%
BLUE value IS 233 (91.41% from 255) = 34.11%
R=36.75%
G=29.14%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119923300.210.070.02320.7786.6788.24
HexFBC7E9015721415758
Octal37330735102572501127130
Binary1111101111000111111010010101011111010100000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7E9; }

 p { color: rgb(251,199,233); }

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

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

 a { background-color: rgb(251,199,233); }

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

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

 span { border-color: rgb(251,199,233); }

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