#fcd7fb

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

Shades of Selago #FCD7FB

Tints of Selago #FCD7FB

Color information

#FCD7FB (or 0xFCD7FB) is unknown color: approx Selago. HEX triplet: FC, D7 and FB. RGB value is (252,215,251). Sum of RGB (Red+Green+Blue) = 252+215+251=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 215 (84.38% from 255 or 29.94% from 718); Blue value is 251 (98.44% from 255 or 34.96% from 718); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7FB is #032804. Grayscale: #E6E6E6. Windows color (decimal): -206853 or 16504828. OLE color: 16504828.

HSL color Cylindrical-coordinate representation of color #FCD7FB: hue angle of 301.62º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FCD7FB is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB252215251-
CMYK00.150.000.01
HSL301.62º86.05%91.57%-
HSV(B)301.62º14.68%98.82%-
XYZ81.8676.26101.67-
YUV230.17139.76143.57-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.10%
GREEN value IS 215 (84.38% from 255) = 29.94%
BLUE value IS 251 (98.44% from 255) = 34.96%
R=35.10%
G=29.94%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221525100.150.000.01301.6286.0591.57
HexFCD7FB0F0112e565c
Octal37432737301701456126134
Binary111111001101011111111011011110110010111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fcd7fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fcd7fb; }

 p { color: rgb(252,215,251); }

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

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

 a { background-color: rgb(252,215,251); }

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

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

 span { border-color: rgb(252,215,251); }

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