Html Css Color HEX #FDDEFD Selago

📋 copy color: '#FDDEFD'

red 253 ◦ green 222 ◦ blue 253

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

Shades of Selago #FDDEFD

Tints of Selago #FDDEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 30.49%

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

R = 34.75%
G = 30.49%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FDDEFD (or 0xFDDEFD) is known color: Selago. HEX triplet: FD, DE and FD. RGB value is (253,222,253). Sum of RGB (Red+Green+Blue) = 253+222+253=728 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.75% from 728); Green value is 222 (87.11% from 255 or 30.49% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDDEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFD is #022102. Grayscale: #EAEAEA. Windows color (decimal): -139523 or 16637693. OLE color: 16637693.

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

Color convert

RGB 253 222 253 -
CMYK 0 0.12 0 0.01
HSL 300º 0.89% 0.93% -
HSV(B) 300º 0.12% 0.99% -
XYZ 84.36 80.22 103.97 -
YUV 234.8 138.27 140.98 -
System Red Green Blue C M Y K H S L
Decimal 253 222 253 0 0.12 0 0.01 300 0.89 0.93
Hex FD DE FD 0 C 0 1 12C 59 5D
Octal 375 336 375 0 14 0 1 454 131 135
Binary 11111101 11011110 11111101 0 1100 0 1 100101100 1011001 1011101

Color Harmonies of #FDDEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEFD

Black with #FDDEFD

Text Example


Text Example

White with #FDDEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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