Html Css Color HEX #FCE0F9 Selago

📋 copy color: '#FCE0F9'

red 252 ◦ green 224 ◦ blue 249

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

Shades of Selago #FCE0F9

Tints of Selago #FCE0F9

RGB

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

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

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

R = 34.76%
G = 30.9%
B = 34.34%

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

#FCE0F9 (or 0xFCE0F9) is known color: Selago. HEX triplet: FC, E0 and F9. RGB value is (252,224,249). Sum of RGB (Red+Green+Blue) = 252+224+249=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 224 (87.89% from 255 or 30.90% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE0F9 is #031F06. Grayscale: #EBEBEB. Windows color (decimal): -204551 or 16376060. OLE color: 16376060.

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

Color convert

RGB 252 224 249 -
CMYK 0 0.11 0.01 0.01
HSL 306.43º 0.82% 0.93% -
HSV(B) 306.43º 0.11% 0.99% -
XYZ 83.9 80.85 100.81 -
YUV 235.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 252 224 249 0 0.11 0.01 0.01 306.43 0.82 0.93
Hex FC E0 F9 0 B 1 1 132 52 5D
Octal 374 340 371 0 13 1 1 462 122 135
Binary 11111100 11100000 11111001 0 1011 1 1 100110010 1010010 1011101

Color Harmonies of #FCE0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0F9

Black with #FCE0F9

Text Example


Text Example

White with #FCE0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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