#FBC7EC

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

Shades of Classic Rose #FBC7EC

Tints of Classic Rose #FBC7EC

Color information

#FBC7EC (or 0xFBC7EC) is unknown color: approx Classic Rose. HEX triplet: FB, C7 and EC. RGB value is (251,199,236). Sum of RGB (Red+Green+Blue) = 251+199+236=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 199 (78.12% from 255 or 29.01% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC7EC is #043813. Grayscale: #DADADA. Windows color (decimal): -276500 or 15517691. OLE color: 15517691.

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

Color convert

RGB251199236-
CMYK00.210.060.02
HSL317.31º86.67%88.24%-
HSV(B)317.31º20.72%98.43%-
XYZ75.3567.4188.4-
YUV218.77137.73150.99-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 199 (78.12% from 255) = 29.01%
BLUE value IS 236 (92.58% from 255) = 34.40%
R=36.59%
G=29.01%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119923600.210.060.02317.3186.6788.24
HexFBC7EC0156213d5758
Octal37330735402562475127130
Binary1111101111000111111011000101011101010011110110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7EC; }

 p { color: rgb(251,199,236); }

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

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

 a { background-color: rgb(251,199,236); }

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

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

 span { border-color: rgb(251,199,236); }

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