Html Css Color HEX #FCE9FE Selago

📋 copy color: '#FCE9FE'

red 252 ◦ green 233 ◦ blue 254

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

Shades of Selago #FCE9FE

Tints of Selago #FCE9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 31.53%

 BLUE value IS 254 (99.61% from 255) = 34.37%

R = 34.1%
G = 31.53%
B = 34.37%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCE9FE (or 0xFCE9FE) is known color: Selago. HEX triplet: FC, E9 and FE. RGB value is (252,233,254). Sum of RGB (Red+Green+Blue) = 252+233+254=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 233 (91.41% from 255 or 31.53% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCE9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9FE is #031601. Grayscale: #F1F1F1. Windows color (decimal): -202242 or 16706044. OLE color: 16706044.

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

Color convert

RGB 252 233 254 -
CMYK 0.01 0.08 0 0.00
HSL 294.29º 0.91% 0.95% -
HSV(B) 294.29º 0.08% 1% -
XYZ 87.17 86.13 105.8 -
YUV 241.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 252 233 254 0.01 0.08 0 0.00 294.29 0.91 0.95
Hex FC E9 FE 1 8 0 0 126 5B 5F
Octal 374 351 376 1 10 0 0 446 133 137
Binary 11111100 11101001 11111110 1 1000 0 0 100100110 1011011 1011111

Color Harmonies of #FCE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9FE

Black with #FCE9FE

Text Example


Text Example

White with #FCE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9FE; }

 p { color: rgb(252,233,254); }

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

background-color css

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

 a { background-color: rgb(252,233,254); }

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

border-color css

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

 span { border-color: rgb(252,233,254); }

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