Html Css Color HEX #FCD5FC Selago

📋 copy color: '#FCD5FC'

red 252 ◦ green 213 ◦ blue 252

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

Shades of Selago #FCD5FC

Tints of Selago #FCD5FC

RGB

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

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

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

R = 35.15%
G = 29.71%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FCD5FC (or 0xFCD5FC) is known color: Selago. HEX triplet: FC, D5 and FC. RGB value is (252,213,252). Sum of RGB (Red+Green+Blue) = 252+213+252=717 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.15% from 717); Green value is 213 (83.59% from 255 or 29.71% from 717); Blue value is 252 (98.83% from 255 or 35.15% from 717); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD5FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5FC is #032A03. Grayscale: #E4E4E4. Windows color (decimal): -207364 or 16569852. OLE color: 16569852.

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

Color convert

RGB 252 213 252 -
CMYK 0 0.15 0 0.01
HSL 300º 0.87% 0.91% -
HSV(B) 300º 0.15% 0.99% -
XYZ 81.51 75.31 102.34 -
YUV 229.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 252 213 252 0 0.15 0 0.01 300 0.87 0.91
Hex FC D5 FC 0 F 0 1 12C 57 5B
Octal 374 325 374 0 17 0 1 454 127 133
Binary 11111100 11010101 11111100 0 1111 0 1 100101100 1010111 1011011

Color Harmonies of #FCD5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD5FC

Black with #FCD5FC

Text Example


Text Example

White with #FCD5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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