#FBC7E6

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

Shades of Classic Rose #FBC7E6

Tints of Classic Rose #FBC7E6

Color information

#FBC7E6 (or 0xFBC7E6) is unknown color: approx Classic Rose. HEX triplet: FB, C7 and E6. RGB value is (251,199,230). Sum of RGB (Red+Green+Blue) = 251+199+230=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 199 (78.12% from 255 or 29.26% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7E6 is #043819. Grayscale: #DADADA. Windows color (decimal): -276506 or 15124475. OLE color: 15124475.

HSL color Cylindrical-coordinate representation of color #FBC7E6: hue angle of 324.23º 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 #FBC7E6 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251199230-
CMYK00.210.080.02
HSL324.23º86.67%88.24%-
HSV(B)324.23º20.72%98.43%-
XYZ74.4967.0783.88-
YUV218.08134.73151.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 199 (78.12% from 255) = 29.26%
BLUE value IS 230 (90.23% from 255) = 33.82%
R=36.91%
G=29.26%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119923000.210.080.02324.2386.6788.24
HexFBC7E6015821445758
Octal373307346025102504127130
Binary11111011110001111110011001010110001010100010010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7E6; }

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

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

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

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

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

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

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

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