Html Css Color HEX #FCE0FB Selago

📋 copy color: '#FCE0FB'

red 252 ◦ green 224 ◦ blue 251

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

Shades of Selago #FCE0FB

Tints of Selago #FCE0FB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 30.81%

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

R = 34.66%
G = 30.81%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCE0FB (or 0xFCE0FB) is known color: Selago. HEX triplet: FC, E0 and FB. RGB value is (252,224,251). Sum of RGB (Red+Green+Blue) = 252+224+251=727 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.66% from 727); Green value is 224 (87.89% from 255 or 30.81% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FB is #031F04. Grayscale: #EBEBEB. Windows color (decimal): -204549 or 16507132. OLE color: 16507132.

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

Color convert

RGB 252 224 251 -
CMYK 0 0.11 0.00 0.01
HSL 302.14º 0.82% 0.93% -
HSV(B) 302.14º 0.11% 0.99% -
XYZ 84.21 80.97 102.46 -
YUV 235.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 252 224 251 0 0.11 0.00 0.01 302.14 0.82 0.93
Hex FC E0 FB 0 B 0 1 12E 52 5D
Octal 374 340 373 0 13 0 1 456 122 135
Binary 11111100 11100000 11111011 0 1011 0 1 100101110 1010010 1011101

Color Harmonies of #FCE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0FB

Black with #FCE0FB

Text Example


Text Example

White with #FCE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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