#FBC6DA

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

Shades of Classic Rose #FBC6DA

Tints of Classic Rose #FBC6DA

Color information

#FBC6DA (or 0xFBC6DA) is unknown color: approx Classic Rose. HEX triplet: FB, C6 and DA. RGB value is (251,198,218). Sum of RGB (Red+Green+Blue) = 251+198+218=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 198 (77.73% from 255 or 29.69% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DA is #043925. Grayscale: #D8D8D8. Windows color (decimal): -276774 or 14337787. OLE color: 14337787.

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

Color convert

RGB251198218-
CMYK00.210.130.02
HSL337.36º86.89%88.04%-
HSV(B)337.36º21.12%98.43%-
XYZ72.6365.9675.23-
YUV216.13129.06152.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 198 (77.73% from 255) = 29.69%
BLUE value IS 218 (85.55% from 255) = 32.68%
R=37.63%
G=29.69%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119821800.210.130.02337.3686.8988.04
HexFBC6DA015D21515758
Octal373306332025152521127130
Binary11111011110001101101101001010111011010101000110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6DA; }

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

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

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

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

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

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

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

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