#FBC1DC

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

Shades of Classic Rose #FBC1DC

Tints of Classic Rose #FBC1DC

Color information

#FBC1DC (or 0xFBC1DC) is unknown color: approx Classic Rose. HEX triplet: FB, C1 and DC. RGB value is (251,193,220). Sum of RGB (Red+Green+Blue) = 251+193+220=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 220 (86.33% from 255 or 33.13% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1DC is #043E23. Grayscale: #D5D5D5. Windows color (decimal): -278052 or 14467579. OLE color: 14467579.

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

Color convert

RGB251193220-
CMYK00.230.120.02
HSL332.07º87.88%87.06%-
HSV(B)332.07º23.11%98.43%-
XYZ71.7763.8276.25-
YUV213.42131.72154.8-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 193 (75.78% from 255) = 29.07%
BLUE value IS 220 (86.33% from 255) = 33.13%
R=37.80%
G=29.07%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119322000.230.120.02332.0787.8887.06
HexFBC1DC017C214c5857
Octal373301334027142514130127
Binary11111011110000011101110001011111001010100110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1DC; }

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

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

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

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

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

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

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

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