Html Css Color HEX #FDD7FD Selago

📋 copy color: '#FDD7FD'

red 253 ◦ green 215 ◦ blue 253

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

Shades of Selago #FDD7FD

Tints of Selago #FDD7FD

RGB

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

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

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

R = 35.09%
G = 29.82%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDD7FD (or 0xFDD7FD) is known color: Selago. HEX triplet: FD, D7 and FD. RGB value is (253,215,253). Sum of RGB (Red+Green+Blue) = 253+215+253=721 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.09% from 721); Green value is 215 (84.38% from 255 or 29.82% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD7FD is #022802. Grayscale: #E6E6E6. Windows color (decimal): -141315 or 16635901. OLE color: 16635901.

HSL color Cylindrical-coordinate representation of color #FDD7FD: 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.15%. Process color model (Four color, CMYK) of #FDD7FD is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 215 253 -
CMYK 0 0.15 0 0.01
HSL 300º 0.9% 0.92% -
HSV(B) 300º 0.15% 0.99% -
XYZ 82.54 76.58 103.36 -
YUV 230.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 253 215 253 0 0.15 0 0.01 300 0.9 0.92
Hex FD D7 FD 0 F 0 1 12C 5A 5C
Octal 375 327 375 0 17 0 1 454 132 134
Binary 11111101 11010111 11111101 0 1111 0 1 100101100 1011010 1011100

Color Harmonies of #FDD7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD7FD

Black with #FDD7FD

Text Example


Text Example

White with #FDD7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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