#FBC6E8

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

Shades of Classic Rose #FBC6E8

Tints of Classic Rose #FBC6E8

Color information

#FBC6E8 (or 0xFBC6E8) is unknown color: approx Classic Rose. HEX triplet: FB, C6 and E8. RGB value is (251,198,232). Sum of RGB (Red+Green+Blue) = 251+198+232=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 198 (77.73% from 255 or 29.07% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC6E8 is #043917. Grayscale: #D9D9D9. Windows color (decimal): -276760 or 15255291. OLE color: 15255291.

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

Color convert

RGB251198232-
CMYK00.210.080.02
HSL321.51º86.89%88.04%-
HSV(B)321.51º21.12%98.43%-
XYZ74.5466.7285.29-
YUV217.72136.06151.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 198 (77.73% from 255) = 29.07%
BLUE value IS 232 (91.02% from 255) = 34.07%
R=36.86%
G=29.07%
B=34.07%

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
Decimal25119823200.210.080.02321.5186.8988.04
HexFBC6E8015821425758
Octal373306350025102502127130
Binary11111011110001101110100001010110001010100001010101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6E8; }

 p { color: rgb(251,198,232); }

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

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

 a { background-color: rgb(251,198,232); }

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

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

 span { border-color: rgb(251,198,232); }

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