#FBC1ED

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

Shades of Classic Rose #FBC1ED

Tints of Classic Rose #FBC1ED

Color information

#FBC1ED (or 0xFBC1ED) is unknown color: approx Classic Rose. HEX triplet: FB, C1 and ED. RGB value is (251,193,237). Sum of RGB (Red+Green+Blue) = 251+193+237=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 193 (75.78% from 255 or 28.34% from 681); Blue value is 237 (92.97% from 255 or 34.80% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1ED is #043E12. Grayscale: #D7D7D7. Windows color (decimal): -278035 or 15581691. OLE color: 15581691.

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

Color convert

RGB251193237-
CMYK00.230.060.02
HSL314.48º87.88%87.06%-
HSV(B)314.48º23.11%98.43%-
XYZ74.1464.7688.71-
YUV215.36140.22153.42-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.86%
GREEN value IS 193 (75.78% from 255) = 28.34%
BLUE value IS 237 (92.97% from 255) = 34.80%
R=36.86%
G=28.34%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25119323700.230.060.02314.4887.8887.06
HexFBC1ED0176213a5857
Octal37330135502762472130127
Binary1111101111000001111011010101111101010011101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBC1ED; }

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

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

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

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

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

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

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

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