Html Css Color HEX #F7BDF4 Snuff

📋 copy color: '#F7BDF4'

red 247 ◦ green 189 ◦ blue 244

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

Shades of Snuff #F7BDF4

Tints of Snuff #F7BDF4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.79%

 BLUE value IS 244 (95.7% from 255) = 35.88%

R = 36.32%
G = 27.79%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F7BDF4 (or 0xF7BDF4) is known color: Snuff. HEX triplet: F7, BD and F4. RGB value is (247,189,244). Sum of RGB (Red+Green+Blue) = 247+189+244=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 189 (74.22% from 255 or 27.79% from 680); Blue value is 244 (95.70% from 255 or 35.88% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDF4 is #08420B. Grayscale: #D4D4D4. Windows color (decimal): -541196 or 16039415. OLE color: 16039415.

HSL color Cylindrical-coordinate representation of color #F7BDF4: hue angle of 303.1º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDF4 is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 189 244 -
CMYK 0 0.23 0.01 0.03
HSL 303.1º 0.78% 0.85% -
HSV(B) 303.1º 0.23% 0.97% -
XYZ 72.88 62.7 93.85 -
YUV 212.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 247 189 244 0 0.23 0.01 0.03 303.1 0.78 0.85
Hex F7 BD F4 0 17 1 3 12F 4E 55
Octal 367 275 364 0 27 1 3 457 116 125
Binary 11110111 10111101 11110100 0 10111 1 11 100101111 1001110 1010101

Color Harmonies of #F7BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BDF4

Black with #F7BDF4

Text Example


Text Example

White with #F7BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BDF4; }

 p { color: rgb(247,189,244); }

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

background-color css

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

 a { background-color: rgb(247,189,244); }

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

border-color css

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

 span { border-color: rgb(247,189,244); }

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