Html Css Color HEX #FCD7FF Selago

📋 copy color: '#FCD7FF'

red 252 ◦ green 215 ◦ blue 255

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

Shades of Selago #FCD7FF

Tints of Selago #FCD7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.32%

R = 34.9%
G = 29.78%
B = 35.32%

CMYK

 C value IS 0.01

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FCD7FF (or 0xFCD7FF) is known color: Selago. HEX triplet: FC, D7 and FF. RGB value is (252,215,255). Sum of RGB (Red+Green+Blue) = 252+215+255=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 215 (84.38% from 255 or 29.78% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD7FF is #032800. Grayscale: #E6E6E6. Windows color (decimal): -206849 or 16766972. OLE color: 16766972.

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

Color convert

RGB 252 215 255 -
CMYK 0.01 0.16 0 0
HSL 295.5º 1% 0.92% -
HSV(B) 295.5º 0.16% 1% -
XYZ 82.5 76.52 105.03 -
YUV 230.62 141.76 143.25 -
System Red Green Blue C M Y K H S L
Decimal 252 215 255 0.01 0.16 0 0 295.5 1 0.92
Hex FC D7 FF 1 10 0 0 128 64 5C
Octal 374 327 377 1 20 0 0 450 144 134
Binary 11111100 11010111 11111111 1 10000 0 0 100101000 1100100 1011100

Color Harmonies of #FCD7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD7FF

Black with #FCD7FF

Text Example


Text Example

White with #FCD7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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