Html Css Color HEX #FCD4FD Selago

📋 copy color: '#FCD4FD'

red 252 ◦ green 212 ◦ blue 253

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

Shades of Selago #FCD4FD

Tints of Selago #FCD4FD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 29.57%

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

R = 35.15%
G = 29.57%
B = 35.29%

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

#FCD4FD (or 0xFCD4FD) is known color: Selago. HEX triplet: FC, D4 and FD. RGB value is (252,212,253). Sum of RGB (Red+Green+Blue) = 252+212+253=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 212 (83.20% from 255 or 29.57% from 717); Blue value is 253 (99.22% from 255 or 35.29% from 717); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCD4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD4FD is #032B02. Grayscale: #E4E4E4. Windows color (decimal): -207619 or 16635132. OLE color: 16635132.

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

Color convert

RGB 252 212 253 -
CMYK 0.00 0.16 0 0.01
HSL 298.54º 0.91% 0.91% -
HSV(B) 298.54º 0.16% 0.99% -
XYZ 81.42 74.87 103.09 -
YUV 228.63 141.75 144.67 -
System Red Green Blue C M Y K H S L
Decimal 252 212 253 0.00 0.16 0 0.01 298.54 0.91 0.91
Hex FC D4 FD 0 10 0 1 12B 5B 5B
Octal 374 324 375 0 20 0 1 453 133 133
Binary 11111100 11010100 11111101 0 10000 0 1 100101011 1011011 1011011

Color Harmonies of #FCD4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD4FD

Black with #FCD4FD

Text Example


Text Example

White with #FCD4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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