#FBC7E4

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

Shades of Classic Rose #FBC7E4

Tints of Classic Rose #FBC7E4

Color information

#FBC7E4 (or 0xFBC7E4) is unknown color: approx Classic Rose. HEX triplet: FB, C7 and E4. RGB value is (251,199,228). Sum of RGB (Red+Green+Blue) = 251+199+228=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 199 (78.12% from 255 or 29.35% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7E4 is #04381B. Grayscale: #D9D9D9. Windows color (decimal): -276508 or 14993403. OLE color: 14993403.

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

Color convert

RGB251199228-
CMYK00.210.090.02
HSL326.54º86.67%88.24%-
HSV(B)326.54º20.72%98.43%-
XYZ74.2166.9682.41-
YUV217.85133.73151.64-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.02%
GREEN value IS 199 (78.12% from 255) = 29.35%
BLUE value IS 228 (89.45% from 255) = 33.63%
R=37.02%
G=29.35%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119922800.210.090.02326.5486.6788.24
HexFBC7E4015921475758
Octal373307344025112507127130
Binary11111011110001111110010001010110011010100011110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC7E4; }

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

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

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

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

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

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

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

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