#FBC1E2

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

Shades of Classic Rose #FBC1E2

Tints of Classic Rose #FBC1E2

Color information

#FBC1E2 (or 0xFBC1E2) is unknown color: approx Classic Rose. HEX triplet: FB, C1 and E2. RGB value is (251,193,226). Sum of RGB (Red+Green+Blue) = 251+193+226=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 193 (75.78% from 255 or 28.81% from 670); Blue value is 226 (88.67% from 255 or 33.73% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC1E2 is #043E1D. Grayscale: #D6D6D6. Windows color (decimal): -278046 or 14860795. OLE color: 14860795.

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

Color convert

RGB251193226-
CMYK00.230.100.02
HSL325.86º87.88%87.06%-
HSV(B)325.86º23.11%98.43%-
XYZ72.5864.1480.51-
YUV214.1134.72154.32-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.46%
GREEN value IS 193 (75.78% from 255) = 28.81%
BLUE value IS 226 (88.67% from 255) = 33.73%
R=37.46%
G=28.81%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119322600.230.100.02325.8687.8887.06
HexFBC1E2017A21465857
Octal373301342027122506130127
Binary11111011110000011110001001011110101010100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1E2; }

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

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

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

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

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

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

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

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