Html Css Color HEX #FCD9FD Selago

📋 copy color: '#FCD9FD'

red 252 ◦ green 217 ◦ blue 253

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

Shades of Selago #FCD9FD

Tints of Selago #FCD9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.06%

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

R = 34.9%
G = 30.06%
B = 35.04%

CMYK

 C value IS 0.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD9FD (or 0xFCD9FD) is known color: Selago. HEX triplet: FC, D9 and FD. RGB value is (252,217,253). Sum of RGB (Red+Green+Blue) = 252+217+253=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 217 (85.16% from 255 or 30.06% from 722); Blue value is 253 (99.22% from 255 or 35.04% from 722); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD9FD is #032602. Grayscale: #E7E7E7. Windows color (decimal): -206339 or 16636412. OLE color: 16636412.

HSL color Cylindrical-coordinate representation of color #FCD9FD: hue angle of 298.33º degrees, saturation: 0.9, 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 #FCD9FD is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 253 -
CMYK 0.00 0.14 0 0.01
HSL 298.33º 0.9% 0.92% -
HSV(B) 298.33º 0.14% 0.99% -
XYZ 82.69 77.41 103.51 -
YUV 231.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 252 217 253 0.00 0.14 0 0.01 298.33 0.9 0.92
Hex FC D9 FD 0 E 0 1 12A 5A 5C
Octal 374 331 375 0 16 0 1 452 132 134
Binary 11111100 11011001 11111101 0 1110 0 1 100101010 1011010 1011100

Color Harmonies of #FCD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD9FD

Black with #FCD9FD

Text Example


Text Example

White with #FCD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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