#FBC3EA

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

Shades of Classic Rose #FBC3EA

Tints of Classic Rose #FBC3EA

Color information

#FBC3EA (or 0xFBC3EA) is unknown color: approx Classic Rose. HEX triplet: FB, C3 and EA. RGB value is (251,195,234). Sum of RGB (Red+Green+Blue) = 251+195+234=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 195 (76.56% from 255 or 28.68% from 680); Blue value is 234 (91.80% from 255 or 34.41% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC3EA is #043C15. Grayscale: #D8D8D8. Windows color (decimal): -277526 or 15385595. OLE color: 15385595.

HSL color Cylindrical-coordinate representation of color #FBC3EA: hue angle of 318.21º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC3EA is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251195234-
CMYK00.220.070.02
HSL318.21º87.5%87.45%-
HSV(B)318.21º22.31%98.43%-
XYZ74.1565.4886.57-
YUV216.19138.05152.83-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.91%
GREEN value IS 195 (76.56% from 255) = 28.68%
BLUE value IS 234 (91.80% from 255) = 34.41%
R=36.91%
G=28.68%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119523400.220.070.02318.2187.587.45
HexFBC3EA0167213e5857
Octal37330335202672476130127
Binary1111101111000011111010100101101111010011111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC3EA; }

 p { color: rgb(251,195,234); }

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

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

 a { background-color: rgb(251,195,234); }

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

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

 span { border-color: rgb(251,195,234); }

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