Html Css Color HEX #F5DAF3 Snuff

📋 copy color: '#F5DAF3'

red 245 ◦ green 218 ◦ blue 243

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

Shades of Snuff #F5DAF3

Tints of Snuff #F5DAF3

RGB

 RED value IS 245 (96.09% from 255) = 34.7%

 GREEN value IS 218 (85.55% from 255) = 30.88%

 BLUE value IS 243 (95.31% from 255) = 34.42%

R = 34.7%
G = 30.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#F5DAF3 (or 0xF5DAF3) is known color: Snuff. HEX triplet: F5, DA and F3. RGB value is (245,218,243). Sum of RGB (Red+Green+Blue) = 245+218+243=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 243 (95.31% from 255 or 34.42% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DAF3 is #0A250C. Grayscale: #E4E4E4. Windows color (decimal): -664845 or 15981301. OLE color: 15981301.

HSL color Cylindrical-coordinate representation of color #F5DAF3: hue angle of 304.44º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5DAF3 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 218 243 -
CMYK 0 0.11 0.01 0.04
HSL 304.44º 0.57% 0.91% -
HSV(B) 304.44º 0.11% 0.96% -
XYZ 78.91 76.03 95.31 -
YUV 228.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 245 218 243 0 0.11 0.01 0.04 304.44 0.57 0.91
Hex F5 DA F3 0 B 1 4 130 39 5B
Octal 365 332 363 0 13 1 4 460 71 133
Binary 11110101 11011010 11110011 0 1011 1 100 100110000 111001 1011011

Color Harmonies of #F5DAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DAF3

Black with #F5DAF3

Text Example


Text Example

White with #F5DAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DAF3; }

 p { color: rgb(245,218,243); }

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

background-color css

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

 a { background-color: rgb(245,218,243); }

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

border-color css

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

 span { border-color: rgb(245,218,243); }

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