Html Css Color HEX #FDDFF8 Selago

📋 copy color: '#FDDFF8'

red 253 ◦ green 223 ◦ blue 248

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

Shades of Selago #FDDFF8

Tints of Selago #FDDFF8

RGB

 RED value IS 253 (99.22% from 255) = 34.94%

 GREEN value IS 223 (87.5% from 255) = 30.8%

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

R = 34.94%
G = 30.8%
B = 34.25%

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

#FDDFF8 (or 0xFDDFF8) is known color: Selago. HEX triplet: FD, DF and F8. RGB value is (253,223,248). Sum of RGB (Red+Green+Blue) = 253+223+248=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 223 (87.5% from 255 or 30.80% from 724); Blue value is 248 (97.27% from 255 or 34.25% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF8 is #022007. Grayscale: #EAEAEA. Windows color (decimal): -139272 or 16310269. OLE color: 16310269.

HSL color Cylindrical-coordinate representation of color #FDDFF8: hue angle of 310º degrees, saturation: 0.88, 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 #FDDFF8 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 223 248 -
CMYK 0 0.12 0.02 0.01
HSL 310º 0.88% 0.93% -
HSV(B) 310º 0.12% 0.99% -
XYZ 83.84 80.44 99.91 -
YUV 234.82 135.44 140.97 -
System Red Green Blue C M Y K H S L
Decimal 253 223 248 0 0.12 0.02 0.01 310 0.88 0.93
Hex FD DF F8 0 C 2 1 136 58 5D
Octal 375 337 370 0 14 2 1 466 130 135
Binary 11111101 11011111 11111000 0 1100 10 1 100110110 1011000 1011101

Color Harmonies of #FDDFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDFF8

Black with #FDDFF8

Text Example


Text Example

White with #FDDFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDFF8; }

 p { color: rgb(253,223,248); }

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

background-color css

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

 a { background-color: rgb(253,223,248); }

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

border-color css

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

 span { border-color: rgb(253,223,248); }

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