Html Css Color HEX #FEDDFA Selago

📋 copy color: '#FEDDFA'

red 254 ◦ green 221 ◦ blue 250

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

Shades of Selago #FEDDFA

Tints of Selago #FEDDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.48%

R = 35.03%
G = 30.48%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEDDFA (or 0xFEDDFA) is known color: Selago. HEX triplet: FE, DD and FA. RGB value is (254,221,250). Sum of RGB (Red+Green+Blue) = 254+221+250=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 221 (86.72% from 255 or 30.48% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEDDFA is #012205. Grayscale: #EAEAEA. Windows color (decimal): -74246 or 16440830. OLE color: 16440830.

HSL color Cylindrical-coordinate representation of color #FEDDFA: hue angle of 307.27º 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 #FEDDFA is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 250 -
CMYK 0 0.13 0.02 0.00
HSL 307.27º 0.94% 0.93% -
HSV(B) 307.27º 0.13% 1% -
XYZ 83.98 79.69 101.4 -
YUV 234.17 136.93 142.14 -
System Red Green Blue C M Y K H S L
Decimal 254 221 250 0 0.13 0.02 0.00 307.27 0.94 0.93
Hex FE DD FA 0 D 2 0 133 5E 5D
Octal 376 335 372 0 15 2 0 463 136 135
Binary 11111110 11011101 11111010 0 1101 10 0 100110011 1011110 1011101

Color Harmonies of #FEDDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDDFA

Black with #FEDDFA

Text Example


Text Example

White with #FEDDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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