Html Css Color HEX #FDDEFA Selago

📋 copy color: '#FDDEFA'

red 253 ◦ green 222 ◦ blue 250

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

Shades of Selago #FDDEFA

Tints of Selago #FDDEFA

RGB

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

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

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

R = 34.9%
G = 30.62%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FDDEFA (or 0xFDDEFA) is known color: Selago. HEX triplet: FD, DE and FA. RGB value is (253,222,250). Sum of RGB (Red+Green+Blue) = 253+222+250=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 222 (87.11% from 255 or 30.62% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFA is #022105. Grayscale: #EAEAEA. Windows color (decimal): -139526 or 16441085. OLE color: 16441085.

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

Color convert

RGB 253 222 250 -
CMYK 0 0.12 0.01 0.01
HSL 305.81º 0.89% 0.93% -
HSV(B) 305.81º 0.12% 0.99% -
XYZ 83.88 80.03 101.47 -
YUV 234.46 136.77 141.22 -
System Red Green Blue C M Y K H S L
Decimal 253 222 250 0 0.12 0.01 0.01 305.81 0.89 0.93
Hex FD DE FA 0 C 1 1 132 59 5D
Octal 375 336 372 0 14 1 1 462 131 135
Binary 11111101 11011110 11111010 0 1100 1 1 100110010 1011001 1011101

Color Harmonies of #FDDEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDEFA

Black with #FDDEFA

Text Example


Text Example

White with #FDDEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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