Html Css Color HEX #FCEAFB Selago

📋 copy color: '#FCEAFB'

red 252 ◦ green 234 ◦ blue 251

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

Shades of Selago #FCEAFB

Tints of Selago #FCEAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.06%

R = 34.19%
G = 31.75%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCEAFB (or 0xFCEAFB) is known color: Selago. HEX triplet: FC, EA and FB. RGB value is (252,234,251). Sum of RGB (Red+Green+Blue) = 252+234+251=737 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.19% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 251 (98.44% from 255 or 34.06% from 737); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAFB is #031504. Grayscale: #F1F1F1. Windows color (decimal): -201989 or 16509692. OLE color: 16509692.

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

Color convert

RGB 252 234 251 -
CMYK 0 0.07 0.00 0.01
HSL 303.33º 0.75% 0.95% -
HSV(B) 303.33º 0.07% 0.99% -
XYZ 86.98 86.51 103.38 -
YUV 241.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 252 234 251 0 0.07 0.00 0.01 303.33 0.75 0.95
Hex FC EA FB 0 7 0 1 12F 4B 5F
Octal 374 352 373 0 7 0 1 457 113 137
Binary 11111100 11101010 11111011 0 111 0 1 100101111 1001011 1011111

Color Harmonies of #FCEAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAFB

Black with #FCEAFB

Text Example


Text Example

White with #FCEAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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