Html Css Color HEX #FCE5F9 Selago

📋 copy color: '#FCE5F9'

red 252 ◦ green 229 ◦ blue 249

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

Shades of Selago #FCE5F9

Tints of Selago #FCE5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 31.37%

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

R = 34.52%
G = 31.37%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCE5F9 (or 0xFCE5F9) is known color: Selago. HEX triplet: FC, E5 and F9. RGB value is (252,229,249). Sum of RGB (Red+Green+Blue) = 252+229+249=730 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.52% from 730); Green value is 229 (89.84% from 255 or 31.37% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE5F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCE5F9 is #031A06. Grayscale: #EEEEEE. Windows color (decimal): -203271 or 16377340. OLE color: 16377340.

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

Color convert

RGB 252 229 249 -
CMYK 0 0.09 0.01 0.01
HSL 307.83º 0.79% 0.94% -
HSV(B) 307.83º 0.09% 0.99% -
XYZ 85.26 83.57 101.26 -
YUV 238.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 252 229 249 0 0.09 0.01 0.01 307.83 0.79 0.94
Hex FC E5 F9 0 9 1 1 134 4F 5E
Octal 374 345 371 0 11 1 1 464 117 136
Binary 11111100 11100101 11111001 0 1001 1 1 100110100 1001111 1011110

Color Harmonies of #FCE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE5F9

Black with #FCE5F9

Text Example


Text Example

White with #FCE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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