Html Css Color HEX #FCE5FB Selago

📋 copy color: '#FCE5FB'

red 252 ◦ green 229 ◦ blue 251

#FCE5FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Selago #FCE5FB

Tints of Selago #FCE5FB

RGB

 RED value IS 252 (98.83% from 255) = 34.43%

 GREEN value IS 229 (89.84% from 255) = 31.28%

 BLUE value IS 251 (98.44% from 255) = 34.29%

R = 34.43%
G = 31.28%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCE5FB (or 0xFCE5FB) is known color: Selago. HEX triplet: FC, E5 and FB. RGB value is (252,229,251). Sum of RGB (Red+Green+Blue) = 252+229+251=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 229 (89.84% from 255 or 31.28% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5FB is #031A04. Grayscale: #EEEEEE. Windows color (decimal): -203269 or 16508412. OLE color: 16508412.

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

Color convert

RGB 252 229 251 -
CMYK 0 0.09 0.00 0.01
HSL 302.61º 0.79% 0.94% -
HSV(B) 302.61º 0.09% 0.99% -
XYZ 85.58 83.7 102.91 -
YUV 238.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 252 229 251 0 0.09 0.00 0.01 302.61 0.79 0.94
Hex FC E5 FB 0 9 0 1 12F 4F 5E
Octal 374 345 373 0 11 0 1 457 117 136
Binary 11111100 11100101 11111011 0 1001 0 1 100101111 1001111 1011110

Color Harmonies of #FCE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5FB

Black with #FCE5FB

Text Example


Text Example

White with #FCE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5FB; }

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

 H1.HeaderClassName
 {
   color: #FCE5FB;
 }
 .AnyTagClassName
 {
   color: #FCE5FB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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