Html Css Color HEX #FCDDF8 Selago

📋 copy color: '#FCDDF8'

red 252 ◦ green 221 ◦ blue 248

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

Shades of Selago #FCDDF8

Tints of Selago #FCDDF8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.65%

 BLUE value IS 248 (97.27% from 255) = 34.4%

R = 34.95%
G = 30.65%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCDDF8 (or 0xFCDDF8) is known color: Selago. HEX triplet: FC, DD and F8. RGB value is (252,221,248). Sum of RGB (Red+Green+Blue) = 252+221+248=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 221 (86.72% from 255 or 30.65% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDDF8 is #032207. Grayscale: #E9E9E9. Windows color (decimal): -205320 or 16309756. OLE color: 16309756.

HSL color Cylindrical-coordinate representation of color #FCDDF8: hue angle of 307.74º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDDF8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 221 248 -
CMYK 0 0.12 0.02 0.01
HSL 307.74º 0.84% 0.93% -
HSV(B) 307.74º 0.12% 0.99% -
XYZ 82.94 79.19 99.72 -
YUV 233.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 252 221 248 0 0.12 0.02 0.01 307.74 0.84 0.93
Hex FC DD F8 0 C 2 1 134 54 5D
Octal 374 335 370 0 14 2 1 464 124 135
Binary 11111100 11011101 11111000 0 1100 10 1 100110100 1010100 1011101

Color Harmonies of #FCDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDDF8

Black with #FCDDF8

Text Example


Text Example

White with #FCDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDDF8; }

 p { color: rgb(252,221,248); }

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

background-color css

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

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

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

border-color css

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

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

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