Html Css Color HEX #FADFF5 Snuff

📋 copy color: '#FADFF5'

red 250 ◦ green 223 ◦ blue 245

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

Shades of Snuff #FADFF5

Tints of Snuff #FADFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.06%

 BLUE value IS 245 (96.09% from 255) = 34.12%

R = 34.82%
G = 31.06%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FADFF5 (or 0xFADFF5) is known color: Snuff. HEX triplet: FA, DF and F5. RGB value is (250,223,245). Sum of RGB (Red+Green+Blue) = 250+223+245=718 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.82% from 718); Green value is 223 (87.5% from 255 or 31.06% from 718); Blue value is 245 (96.09% from 255 or 34.12% from 718); Max value from RGB is 250 - color contains mainly: red. Hex color #FADFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADFF5 is #05200A. Grayscale: #E9E9E9. Windows color (decimal): -335883 or 16113658. OLE color: 16113658.

HSL color Cylindrical-coordinate representation of color #FADFF5: hue angle of 311.11º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FADFF5 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 223 245 -
CMYK 0 0.11 0.02 0.02
HSL 311.11º 0.73% 0.93% -
HSV(B) 311.11º 0.11% 0.98% -
XYZ 82.29 79.69 97.43 -
YUV 233.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 250 223 245 0 0.11 0.02 0.02 311.11 0.73 0.93
Hex FA DF F5 0 B 2 2 137 49 5D
Octal 372 337 365 0 13 2 2 467 111 135
Binary 11111010 11011111 11110101 0 1011 10 10 100110111 1001001 1011101

Color Harmonies of #FADFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADFF5

Black with #FADFF5

Text Example


Text Example

White with #FADFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADFF5; }

 p { color: rgb(250,223,245); }

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

background-color css

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

 a { background-color: rgb(250,223,245); }

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

border-color css

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

 span { border-color: rgb(250,223,245); }

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