Html Css Color HEX #FCD5FD Selago

📋 copy color: '#FCD5FD'

red 252 ◦ green 213 ◦ blue 253

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

Shades of Selago #FCD5FD

Tints of Selago #FCD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 29.67%

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

R = 35.1%
G = 29.67%
B = 35.24%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD5FD (or 0xFCD5FD) is known color: Selago. HEX triplet: FC, D5 and FD. RGB value is (252,213,253). Sum of RGB (Red+Green+Blue) = 252+213+253=718 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.10% from 718); Green value is 213 (83.59% from 255 or 29.67% from 718); Blue value is 253 (99.22% from 255 or 35.24% from 718); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5FD is #032A02. Grayscale: #E5E5E5. Windows color (decimal): -207363 or 16635388. OLE color: 16635388.

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

Color convert

RGB 252 213 253 -
CMYK 0.00 0.16 0 0.01
HSL 298.5º 0.91% 0.91% -
HSV(B) 298.5º 0.16% 0.99% -
XYZ 81.67 75.38 103.17 -
YUV 229.22 141.42 144.25 -
System Red Green Blue C M Y K H S L
Decimal 252 213 253 0.00 0.16 0 0.01 298.5 0.91 0.91
Hex FC D5 FD 0 10 0 1 12A 5B 5B
Octal 374 325 375 0 20 0 1 452 133 133
Binary 11111100 11010101 11111101 0 10000 0 1 100101010 1011011 1011011

Color Harmonies of #FCD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5FD

Black with #FCD5FD

Text Example


Text Example

White with #FCD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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