Html Css Color HEX #FDD6FD Selago

📋 copy color: '#FDD6FD'

red 253 ◦ green 214 ◦ blue 253

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

Shades of Selago #FDD6FD

Tints of Selago #FDD6FD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 29.72%

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

R = 35.14%
G = 29.72%
B = 35.14%

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

#FDD6FD (or 0xFDD6FD) is known color: Selago. HEX triplet: FD, D6 and FD. RGB value is (253,214,253). Sum of RGB (Red+Green+Blue) = 253+214+253=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 214 (83.98% from 255 or 29.72% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD6FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6FD is #022902. Grayscale: #E5E5E5. Windows color (decimal): -141571 or 16635645. OLE color: 16635645.

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

Color convert

RGB 253 214 253 -
CMYK 0 0.15 0 0.01
HSL 300º 0.91% 0.92% -
HSV(B) 300º 0.15% 0.99% -
XYZ 82.28 76.07 103.27 -
YUV 230.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 253 214 253 0 0.15 0 0.01 300 0.91 0.92
Hex FD D6 FD 0 F 0 1 12C 5B 5C
Octal 375 326 375 0 17 0 1 454 133 134
Binary 11111101 11010110 11111101 0 1111 0 1 100101100 1011011 1011100

Color Harmonies of #FDD6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD6FD

Black with #FDD6FD

Text Example


Text Example

White with #FDD6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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