Html Css Color HEX #FEDDFD Selago

📋 copy color: '#FEDDFD'

red 254 ◦ green 221 ◦ blue 253

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

Shades of Selago #FEDDFD

Tints of Selago #FEDDFD

RGB

 RED value IS 254 (99.61% from 255) = 34.89%

 GREEN value IS 221 (86.72% from 255) = 30.36%

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

R = 34.89%
G = 30.36%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#FEDDFD (or 0xFEDDFD) is known color: Selago. HEX triplet: FE, DD and FD. RGB value is (254,221,253). Sum of RGB (Red+Green+Blue) = 254+221+253=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 221 (86.72% from 255 or 30.36% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFD is #012202. Grayscale: #EAEAEA. Windows color (decimal): -74243 or 16637438. OLE color: 16637438.

HSL color Cylindrical-coordinate representation of color #FEDDFD: hue angle of 301.82º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FEDDFD is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 253 -
CMYK 0 0.13 0.00 0.00
HSL 301.82º 0.94% 0.93% -
HSV(B) 301.82º 0.13% 1% -
XYZ 84.46 79.88 103.89 -
YUV 234.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 254 221 253 0 0.13 0.00 0.00 301.82 0.94 0.93
Hex FE DD FD 0 D 0 0 12E 5E 5D
Octal 376 335 375 0 15 0 0 456 136 135
Binary 11111110 11011101 11111101 0 1101 0 0 100101110 1011110 1011101

Color Harmonies of #FEDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDFD

Black with #FEDDFD

Text Example


Text Example

White with #FEDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDFD; }

 p { color: rgb(254,221,253); }

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

background-color css

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

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

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

border-color css

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

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

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