#FBC2ED

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

Shades of Classic Rose #FBC2ED

Tints of Classic Rose #FBC2ED

Color information

#FBC2ED (or 0xFBC2ED) is unknown color: approx Classic Rose. HEX triplet: FB, C2 and ED. RGB value is (251,194,237). Sum of RGB (Red+Green+Blue) = 251+194+237=682 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.80% from 682); Green value is 194 (76.17% from 255 or 28.45% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC2ED is #043D12. Grayscale: #D7D7D7. Windows color (decimal): -277779 or 15581947. OLE color: 15581947.

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

Color convert

RGB251194237-
CMYK00.230.060.02
HSL314.74º87.69%87.25%-
HSV(B)314.74º22.71%98.43%-
XYZ74.3665.2188.79-
YUV215.94139.88153-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.80%
GREEN value IS 194 (76.17% from 255) = 28.45%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=36.80%
G=28.45%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119423700.230.060.02314.7487.6987.25
HexFBC2ED0176213b5857
Octal37330235502762473130127
Binary1111101111000010111011010101111101010011101110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC2ED; }

 p { color: rgb(251,194,237); }

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

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

 a { background-color: rgb(251,194,237); }

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

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

 span { border-color: rgb(251,194,237); }

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