Html Css Color HEX #FADCF7 Selago

📋 copy color: '#FADCF7'

red 250 ◦ green 220 ◦ blue 247

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

Shades of Selago #FADCF7

Tints of Selago #FADCF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 34.45%

R = 34.87%
G = 30.68%
B = 34.45%

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

#FADCF7 (or 0xFADCF7) is known color: Selago. HEX triplet: FA, DC and F7. RGB value is (250,220,247). Sum of RGB (Red+Green+Blue) = 250+220+247=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 220 (86.33% from 255 or 30.68% from 717); Blue value is 247 (96.88% from 255 or 34.45% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FADCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADCF7 is #052308. Grayscale: #E7E7E7. Windows color (decimal): -336649 or 16243962. OLE color: 16243962.

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

Color convert

RGB 250 220 247 -
CMYK 0 0.12 0.01 0.02
HSL 306º 0.75% 0.92% -
HSV(B) 306º 0.12% 0.98% -
XYZ 81.81 78.23 98.78 -
YUV 232.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 250 220 247 0 0.12 0.01 0.02 306 0.75 0.92
Hex FA DC F7 0 C 1 2 132 4B 5C
Octal 372 334 367 0 14 1 2 462 113 134
Binary 11111010 11011100 11110111 0 1100 1 10 100110010 1001011 1011100

Color Harmonies of #FADCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADCF7

Black with #FADCF7

Text Example


Text Example

White with #FADCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADCF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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