Html Css Color HEX #FCEAFD Selago

📋 copy color: '#FCEAFD'

red 252 ◦ green 234 ◦ blue 253

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

Shades of Selago #FCEAFD

Tints of Selago #FCEAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.24%

R = 34.1%
G = 31.66%
B = 34.24%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCEAFD (or 0xFCEAFD) is known color: Selago. HEX triplet: FC, EA and FD. RGB value is (252,234,253). Sum of RGB (Red+Green+Blue) = 252+234+253=739 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.10% from 739); Green value is 234 (91.80% from 255 or 31.66% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFD is #031502. Grayscale: #F1F1F1. Windows color (decimal): -201987 or 16640764. OLE color: 16640764.

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

Color convert

RGB 252 234 253 -
CMYK 0.00 0.08 0 0.01
HSL 296.84º 0.83% 0.95% -
HSV(B) 296.84º 0.08% 0.99% -
XYZ 87.3 86.63 105.05 -
YUV 241.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 252 234 253 0.00 0.08 0 0.01 296.84 0.83 0.95
Hex FC EA FD 0 8 0 1 129 53 5F
Octal 374 352 375 0 10 0 1 451 123 137
Binary 11111100 11101010 11111101 0 1000 0 1 100101001 1010011 1011111

Color Harmonies of #FCEAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAFD

Black with #FCEAFD

Text Example


Text Example

White with #FCEAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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