Html Css Color HEX #FADDF8 Selago

📋 copy color: '#FADDF8'

red 250 ◦ green 221 ◦ blue 248

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

Shades of Selago #FADDF8

Tints of Selago #FADDF8

RGB

 RED value IS 250 (98.05% from 255) = 34.77%

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

 BLUE value IS 248 (97.27% from 255) = 34.49%

R = 34.77%
G = 30.74%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FADDF8 (or 0xFADDF8) is known color: Selago. HEX triplet: FA, DD and F8. RGB value is (250,221,248). Sum of RGB (Red+Green+Blue) = 250+221+248=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 221 (86.72% from 255 or 30.74% from 719); Blue value is 248 (97.27% from 255 or 34.49% from 719); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF8 is #052207. Grayscale: #E8E8E8. Windows color (decimal): -336392 or 16309754. OLE color: 16309754.

HSL color Cylindrical-coordinate representation of color #FADDF8: hue angle of 304.14º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDF8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 248 -
CMYK 0 0.12 0.01 0.02
HSL 304.14º 0.74% 0.92% -
HSV(B) 304.14º 0.12% 0.98% -
XYZ 82.22 78.81 99.69 -
YUV 232.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 250 221 248 0 0.12 0.01 0.02 304.14 0.74 0.92
Hex FA DD F8 0 C 1 2 130 4A 5C
Octal 372 335 370 0 14 1 2 460 112 134
Binary 11111010 11011101 11111000 0 1100 1 10 100110000 1001010 1011100

Color Harmonies of #FADDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDF8

Black with #FADDF8

Text Example


Text Example

White with #FADDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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