Html Css Color HEX #FDDCF9 Selago

📋 copy color: '#FDDCF9'

red 253 ◦ green 220 ◦ blue 249

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

Shades of Selago #FDDCF9

Tints of Selago #FDDCF9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.47%

 BLUE value IS 249 (97.66% from 255) = 34.49%

R = 35.04%
G = 30.47%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FDDCF9 (or 0xFDDCF9) is known color: Selago. HEX triplet: FD, DC and F9. RGB value is (253,220,249). Sum of RGB (Red+Green+Blue) = 253+220+249=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 220 (86.33% from 255 or 30.47% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCF9 is #022306. Grayscale: #E9E9E9. Windows color (decimal): -140039 or 16375037. OLE color: 16375037.

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

Color convert

RGB 253 220 249 -
CMYK 0 0.13 0.02 0.01
HSL 307.27º 0.89% 0.93% -
HSV(B) 307.27º 0.13% 0.99% -
XYZ 83.2 78.91 100.47 -
YUV 233.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 253 220 249 0 0.13 0.02 0.01 307.27 0.89 0.93
Hex FD DC F9 0 D 2 1 133 59 5D
Octal 375 334 371 0 15 2 1 463 131 135
Binary 11111101 11011100 11111001 0 1101 10 1 100110011 1011001 1011101

Color Harmonies of #FDDCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCF9

Black with #FDDCF9

Text Example


Text Example

White with #FDDCF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCF9; }

 p { color: rgb(253,220,249); }

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

background-color css

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

 a { background-color: rgb(253,220,249); }

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

border-color css

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

 span { border-color: rgb(253,220,249); }

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