#FBC1E5

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

Shades of Classic Rose #FBC1E5

Tints of Classic Rose #FBC1E5

Color information

#FBC1E5 (or 0xFBC1E5) is unknown color: approx Classic Rose. HEX triplet: FB, C1 and E5. RGB value is (251,193,229). Sum of RGB (Red+Green+Blue) = 251+193+229=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 193 (75.78% from 255 or 28.68% from 673); Blue value is 229 (89.84% from 255 or 34.03% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1E5 is #043E1A. Grayscale: #D6D6D6. Windows color (decimal): -278043 or 15057403. OLE color: 15057403.

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

Color convert

RGB251193229-
CMYK00.230.090.02
HSL322.76º87.88%87.06%-
HSV(B)322.76º23.11%98.43%-
XYZ7364.3182.69-
YUV214.45136.22154.07-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.30%
GREEN value IS 193 (75.78% from 255) = 28.68%
BLUE value IS 229 (89.84% from 255) = 34.03%
R=37.30%
G=28.68%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119322900.230.090.02322.7687.8887.06
HexFBC1E5017921435857
Octal373301345027112503130127
Binary11111011110000011110010101011110011010100001110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1E5; }

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

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

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

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

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

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

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

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