Html Css Color HEX #FCDEFB Selago

📋 copy color: '#FCDEFB'

red 252 ◦ green 222 ◦ blue 251

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

Shades of Selago #FCDEFB

Tints of Selago #FCDEFB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.62%

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

R = 34.76%
G = 30.62%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCDEFB (or 0xFCDEFB) is known color: Selago. HEX triplet: FC, DE and FB. RGB value is (252,222,251). Sum of RGB (Red+Green+Blue) = 252+222+251=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 251 (98.44% from 255 or 34.62% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDEFB is #032104. Grayscale: #EAEAEA. Windows color (decimal): -205061 or 16506620. OLE color: 16506620.

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

Color convert

RGB 252 222 251 -
CMYK 0 0.12 0.00 0.01
HSL 302º 0.83% 0.93% -
HSV(B) 302º 0.12% 0.99% -
XYZ 83.68 79.9 102.28 -
YUV 234.28 137.44 140.64 -
System Red Green Blue C M Y K H S L
Decimal 252 222 251 0 0.12 0.00 0.01 302 0.83 0.93
Hex FC DE FB 0 C 0 1 12E 53 5D
Octal 374 336 373 0 14 0 1 456 123 135
Binary 11111100 11011110 11111011 0 1100 0 1 100101110 1010011 1011101

Color Harmonies of #FCDEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDEFB

Black with #FCDEFB

Text Example


Text Example

White with #FCDEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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