Html Css Color HEX #FCD8FB Selago

📋 copy color: '#FCD8FB'

red 252 ◦ green 216 ◦ blue 251

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

Shades of Selago #FCD8FB

Tints of Selago #FCD8FB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 30.04%

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

R = 35.05%
G = 30.04%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCD8FB (or 0xFCD8FB) is known color: Selago. HEX triplet: FC, D8 and FB. RGB value is (252,216,251). Sum of RGB (Red+Green+Blue) = 252+216+251=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 216 (84.77% from 255 or 30.04% from 719); Blue value is 251 (98.44% from 255 or 34.91% from 719); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD8FB is #032704. Grayscale: #E6E6E6. Windows color (decimal): -206597 or 16505084. OLE color: 16505084.

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

Color convert

RGB 252 216 251 -
CMYK 0 0.14 0.00 0.01
HSL 301.67º 0.86% 0.92% -
HSV(B) 301.67º 0.14% 0.99% -
XYZ 82.11 76.77 101.76 -
YUV 230.75 139.43 143.15 -
System Red Green Blue C M Y K H S L
Decimal 252 216 251 0 0.14 0.00 0.01 301.67 0.86 0.92
Hex FC D8 FB 0 E 0 1 12E 56 5C
Octal 374 330 373 0 16 0 1 456 126 134
Binary 11111100 11011000 11111011 0 1110 0 1 100101110 1010110 1011100

Color Harmonies of #FCD8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD8FB

Black with #FCD8FB

Text Example


Text Example

White with #FCD8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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