#FBC6DC

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

Shades of Classic Rose #FBC6DC

Tints of Classic Rose #FBC6DC

Color information

#FBC6DC (or 0xFBC6DC) is unknown color: approx Classic Rose. HEX triplet: FB, C6 and DC. RGB value is (251,198,220). Sum of RGB (Red+Green+Blue) = 251+198+220=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 198 (77.73% from 255 or 29.60% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC6DC is #043923. Grayscale: #D8D8D8. Windows color (decimal): -276772 or 14468859. OLE color: 14468859.

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

Color convert

RGB251198220-
CMYK00.210.120.02
HSL335.09º86.89%88.04%-
HSV(B)335.09º21.12%98.43%-
XYZ72.966.0676.62-
YUV216.36130.06152.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.52%
GREEN value IS 198 (77.73% from 255) = 29.60%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=37.52%
G=29.60%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119822000.210.120.02335.0986.8988.04
HexFBC6DC015C214f5758
Octal373306334025142517127130
Binary11111011110001101101110001010111001010100111110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC6DC; }

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

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

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

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

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

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

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

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