Html Css Color HEX #FCE1FF Selago

📋 copy color: '#FCE1FF'

red 252 ◦ green 225 ◦ blue 255

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

Shades of Selago #FCE1FF

Tints of Selago #FCE1FF

RGB

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

 GREEN value IS 225 (88.28% from 255) = 30.74%

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

R = 34.43%
G = 30.74%
B = 34.84%

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

#FCE1FF (or 0xFCE1FF) is known color: Selago. HEX triplet: FC, E1 and FF. RGB value is (252,225,255). Sum of RGB (Red+Green+Blue) = 252+225+255=732 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.43% from 732); Green value is 225 (88.28% from 255 or 30.74% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCE1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1FF is #031E00. Grayscale: #ECECEC. Windows color (decimal): -204289 or 16769532. OLE color: 16769532.

HSL color Cylindrical-coordinate representation of color #FCE1FF: hue angle of 294º 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 #FCE1FF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 225 255 -
CMYK 0.01 0.12 0 0
HSL 294º 1% 0.94% -
HSV(B) 294º 0.12% 1% -
XYZ 85.12 81.77 105.9 -
YUV 236.49 138.45 139.06 -
System Red Green Blue C M Y K H S L
Decimal 252 225 255 0.01 0.12 0 0 294 1 0.94
Hex FC E1 FF 1 C 0 0 126 64 5E
Octal 374 341 377 1 14 0 0 446 144 136
Binary 11111100 11100001 11111111 1 1100 0 0 100100110 1100100 1011110

Color Harmonies of #FCE1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1FF

Black with #FCE1FF

Text Example


Text Example

White with #FCE1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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