Html Css Color HEX #FCEAFE Selago

📋 copy color: '#FCEAFE'

red 252 ◦ green 234 ◦ blue 254

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

Shades of Selago #FCEAFE

Tints of Selago #FCEAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 31.62%

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

R = 34.05%
G = 31.62%
B = 34.32%

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

#FCEAFE (or 0xFCEAFE) is known color: Selago. HEX triplet: FC, EA and FE. RGB value is (252,234,254). Sum of RGB (Red+Green+Blue) = 252+234+254=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 234 (91.80% from 255 or 31.62% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #FCEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFE is #031501. Grayscale: #F1F1F1. Windows color (decimal): -201986 or 16706300. OLE color: 16706300.

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

Color convert

RGB 252 234 254 -
CMYK 0.01 0.08 0 0.00
HSL 294º 0.91% 0.96% -
HSV(B) 294º 0.08% 1% -
XYZ 87.46 86.7 105.89 -
YUV 241.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 252 234 254 0.01 0.08 0 0.00 294 0.91 0.96
Hex FC EA FE 1 8 0 0 126 5B 60
Octal 374 352 376 1 10 0 0 446 133 140
Binary 11111100 11101010 11111110 1 1000 0 0 100100110 1011011 1100000

Color Harmonies of #FCEAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAFE

Black with #FCEAFE

Text Example


Text Example

White with #FCEAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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