#FBC3DA

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

Shades of Classic Rose #FBC3DA

Tints of Classic Rose #FBC3DA

Color information

#FBC3DA (or 0xFBC3DA) is unknown color: approx Classic Rose. HEX triplet: FB, C3 and DA. RGB value is (251,195,218). Sum of RGB (Red+Green+Blue) = 251+195+218=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 195 (76.56% from 255 or 29.37% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3DA is #043C25. Grayscale: #D6D6D6. Windows color (decimal): -277542 or 14337019. OLE color: 14337019.

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

Color convert

RGB251195218-
CMYK00.220.130.02
HSL335.36º87.5%87.45%-
HSV(B)335.36º22.31%98.43%-
XYZ71.9564.675.01-
YUV214.37130.05154.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.80%
GREEN value IS 195 (76.56% from 255) = 29.37%
BLUE value IS 218 (85.55% from 255) = 32.83%
R=37.80%
G=29.37%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119521800.220.130.02335.3687.587.45
HexFBC3DA016D214f5857
Octal373303332026152517130127
Binary11111011110000111101101001011011011010100111110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3DA; }

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

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

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

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

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

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

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

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