Html Css Color HEX #FCD7FC Selago

📋 copy color: '#FCD7FC'

red 252 ◦ green 215 ◦ blue 252

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

Shades of Selago #FCD7FC

Tints of Selago #FCD7FC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 29.9%

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

R = 35.05%
G = 29.9%
B = 35.05%

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

#FCD7FC (or 0xFCD7FC) is known color: Selago. HEX triplet: FC, D7 and FC. RGB value is (252,215,252). Sum of RGB (Red+Green+Blue) = 252+215+252=719 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35.05% from 719); Green value is 215 (84.38% from 255 or 29.90% from 719); Blue value is 252 (98.83% from 255 or 35.05% from 719); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FCD7FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7FC is #032803. Grayscale: #E6E6E6. Windows color (decimal): -206852 or 16570364. OLE color: 16570364.

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

Color convert

RGB 252 215 252 -
CMYK 0 0.15 0 0.01
HSL 300º 0.86% 0.92% -
HSV(B) 300º 0.15% 0.99% -
XYZ 82.02 76.32 102.5 -
YUV 230.28 140.26 143.49 -
System Red Green Blue C M Y K H S L
Decimal 252 215 252 0 0.15 0 0.01 300 0.86 0.92
Hex FC D7 FC 0 F 0 1 12C 56 5C
Octal 374 327 374 0 17 0 1 454 126 134
Binary 11111100 11010111 11111100 0 1111 0 1 100101100 1010110 1011100

Color Harmonies of #FCD7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7FC

Black with #FCD7FC

Text Example


Text Example

White with #FCD7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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