Html Css Color HEX #F7DFF2 Snuff

📋 copy color: '#F7DFF2'

red 247 ◦ green 223 ◦ blue 242

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

Shades of Snuff #F7DFF2

Tints of Snuff #F7DFF2

RGB

 RED value IS 247 (96.88% from 255) = 34.69%

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

 BLUE value IS 242 (94.92% from 255) = 33.99%

R = 34.69%
G = 31.32%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7DFF2 (or 0xF7DFF2) is known color: Snuff. HEX triplet: F7, DF and F2. RGB value is (247,223,242). Sum of RGB (Red+Green+Blue) = 247+223+242=712 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.69% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFF2 is #08200D. Grayscale: #E8E8E8. Windows color (decimal): -532494 or 15917047. OLE color: 15917047.

HSL color Cylindrical-coordinate representation of color #F7DFF2: hue angle of 312.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFF2 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 223 242 -
CMYK 0 0.10 0.02 0.03
HSL 312.5º 0.6% 0.92% -
HSV(B) 312.5º 0.1% 0.97% -
XYZ 80.77 78.96 94.99 -
YUV 232.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 247 223 242 0 0.10 0.02 0.03 312.5 0.6 0.92
Hex F7 DF F2 0 A 2 3 138 3C 5C
Octal 367 337 362 0 12 2 3 470 74 134
Binary 11110111 11011111 11110010 0 1010 10 11 100111000 111100 1011100

Color Harmonies of #F7DFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFF2

Black with #F7DFF2

Text Example


Text Example

White with #F7DFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFF2; }

 p { color: rgb(247,223,242); }

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

background-color css

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

 a { background-color: rgb(247,223,242); }

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

border-color css

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

 span { border-color: rgb(247,223,242); }

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