Html Css Color HEX #FCE0FF Selago

📋 copy color: '#FCE0FF'

red 252 ◦ green 224 ◦ blue 255

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

Shades of Selago #FCE0FF

Tints of Selago #FCE0FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.88%

R = 34.47%
G = 30.64%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCE0FF (or 0xFCE0FF) is known color: Selago. HEX triplet: FC, E0 and FF. RGB value is (252,224,255). Sum of RGB (Red+Green+Blue) = 252+224+255=731 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.47% from 731); Green value is 224 (87.89% from 255 or 30.64% from 731); Blue value is 255 (100% from 255 or 34.88% from 731); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0FF is #031F00. Grayscale: #EBEBEB. Windows color (decimal): -204545 or 16769276. OLE color: 16769276.

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

Color convert

RGB 252 224 255 -
CMYK 0.01 0.12 0 0
HSL 294.19º 1% 0.94% -
HSV(B) 294.19º 0.12% 1% -
XYZ 84.85 81.23 105.81 -
YUV 235.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 252 224 255 0.01 0.12 0 0 294.19 1 0.94
Hex FC E0 FF 1 C 0 0 126 64 5E
Octal 374 340 377 1 14 0 0 446 144 136
Binary 11111100 11100000 11111111 1 1100 0 0 100100110 1100100 1011110

Color Harmonies of #FCE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0FF

Black with #FCE0FF

Text Example


Text Example

White with #FCE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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