Html Css Color HEX #FADCF8 Selago

📋 copy color: '#FADCF8'

red 250 ◦ green 220 ◦ blue 248

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

Shades of Selago #FADCF8

Tints of Selago #FADCF8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 30.64%

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

R = 34.82%
G = 30.64%
B = 34.54%

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

#FADCF8 (or 0xFADCF8) is known color: Selago. HEX triplet: FA, DC and F8. RGB value is (250,220,248). Sum of RGB (Red+Green+Blue) = 250+220+248=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 220 (86.33% from 255 or 30.64% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF8 is #052307. Grayscale: #E8E8E8. Windows color (decimal): -336648 or 16309498. OLE color: 16309498.

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

Color convert

RGB 250 220 248 -
CMYK 0 0.12 0.01 0.02
HSL 304º 0.75% 0.92% -
HSV(B) 304º 0.12% 0.98% -
XYZ 81.96 78.29 99.6 -
YUV 232.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 250 220 248 0 0.12 0.01 0.02 304 0.75 0.92
Hex FA DC F8 0 C 1 2 130 4B 5C
Octal 372 334 370 0 14 1 2 460 113 134
Binary 11111010 11011100 11111000 0 1100 1 10 100110000 1001011 1011100

Color Harmonies of #FADCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCF8

Black with #FADCF8

Text Example


Text Example

White with #FADCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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