#FBC1DA

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

Shades of Classic Rose #FBC1DA

Tints of Classic Rose #FBC1DA

Color information

#FBC1DA (or 0xFBC1DA) is unknown color: approx Classic Rose. HEX triplet: FB, C1 and DA. RGB value is (251,193,218). Sum of RGB (Red+Green+Blue) = 251+193+218=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 193 (75.78% from 255 or 29.15% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1DA is #043E25. Grayscale: #D5D5D5. Windows color (decimal): -278054 or 14336507. OLE color: 14336507.

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

Color convert

RGB251193218-
CMYK00.230.130.02
HSL334.14º87.88%87.06%-
HSV(B)334.14º23.11%98.43%-
XYZ71.5163.7174.86-
YUV213.19130.72154.97-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.92%
GREEN value IS 193 (75.78% from 255) = 29.15%
BLUE value IS 218 (85.55% from 255) = 32.93%
R=37.92%
G=29.15%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119321800.230.130.02334.1487.8887.06
HexFBC1DA017D214e5857
Octal373301332027152516130127
Binary11111011110000011101101001011111011010100111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1DA; }

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

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

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

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

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

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

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

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