Html Css Color HEX #FCE1F9 Selago

📋 copy color: '#FCE1F9'

red 252 ◦ green 225 ◦ blue 249

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

Shades of Selago #FCE1F9

Tints of Selago #FCE1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 34.3%

R = 34.71%
G = 30.99%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCE1F9 (or 0xFCE1F9) is known color: Selago. HEX triplet: FC, E1 and F9. RGB value is (252,225,249). Sum of RGB (Red+Green+Blue) = 252+225+249=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 225 (88.28% from 255 or 30.99% from 726); Blue value is 249 (97.66% from 255 or 34.30% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE1F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE1F9 is #031E06. Grayscale: #EBEBEB. Windows color (decimal): -204295 or 16376316. OLE color: 16376316.

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

Color convert

RGB 252 225 249 -
CMYK 0 0.11 0.01 0.01
HSL 306.67º 0.82% 0.94% -
HSV(B) 306.67º 0.11% 0.99% -
XYZ 84.17 81.39 100.9 -
YUV 235.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 252 225 249 0 0.11 0.01 0.01 306.67 0.82 0.94
Hex FC E1 F9 0 B 1 1 133 52 5E
Octal 374 341 371 0 13 1 1 463 122 136
Binary 11111100 11100001 11111001 0 1011 1 1 100110011 1010010 1011110

Color Harmonies of #FCE1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE1F9

Black with #FCE1F9

Text Example


Text Example

White with #FCE1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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