Html Css Color HEX #FCEFFE Selago

📋 copy color: '#FCEFFE'

red 252 ◦ green 239 ◦ blue 254

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

Shades of Selago #FCEFFE

Tints of Selago #FCEFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.08%

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

R = 33.83%
G = 32.08%
B = 34.09%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FCEFFE (or 0xFCEFFE) is known color: Selago. HEX triplet: FC, EF and FE. RGB value is (252,239,254). Sum of RGB (Red+Green+Blue) = 252+239+254=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 239 (93.75% from 255 or 32.08% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFFE is #031001. Grayscale: #F4F4F4. Windows color (decimal): -200706 or 16707580. OLE color: 16707580.

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

Color convert

RGB 252 239 254 -
CMYK 0.01 0.06 0 0.00
HSL 292º 0.88% 0.97% -
HSV(B) 292º 0.06% 1% -
XYZ 88.9 89.58 106.37 -
YUV 244.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 252 239 254 0.01 0.06 0 0.00 292 0.88 0.97
Hex FC EF FE 1 6 0 0 124 58 61
Octal 374 357 376 1 6 0 0 444 130 141
Binary 11111100 11101111 11111110 1 110 0 0 100100100 1011000 1100001

Color Harmonies of #FCEFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEFFE

Black with #FCEFFE

Text Example


Text Example

White with #FCEFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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