Html Css Color HEX #FDD9FD Selago

📋 copy color: '#FDD9FD'

red 253 ◦ green 217 ◦ blue 253

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

Shades of Selago #FDD9FD

Tints of Selago #FDD9FD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 30.01%

 BLUE value IS 253 (99.22% from 255) = 34.99%

R = 34.99%
G = 30.01%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDD9FD (or 0xFDD9FD) is known color: Selago. HEX triplet: FD, D9 and FD. RGB value is (253,217,253). Sum of RGB (Red+Green+Blue) = 253+217+253=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 217 (85.16% from 255 or 30.01% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9FD is #022602. Grayscale: #E7E7E7. Windows color (decimal): -140803 or 16636413. OLE color: 16636413.

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

Color convert

RGB 253 217 253 -
CMYK 0 0.14 0 0.01
HSL 300º 0.9% 0.92% -
HSV(B) 300º 0.14% 0.99% -
XYZ 83.05 77.6 103.53 -
YUV 231.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 253 217 253 0 0.14 0 0.01 300 0.9 0.92
Hex FD D9 FD 0 E 0 1 12C 5A 5C
Octal 375 331 375 0 16 0 1 454 132 134
Binary 11111101 11011001 11111101 0 1110 0 1 100101100 1011010 1011100

Color Harmonies of #FDD9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD9FD

Black with #FDD9FD

Text Example


Text Example

White with #FDD9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD9FD; }

 p { color: rgb(253,217,253); }

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

background-color css

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

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

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

border-color css

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

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

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