Html Css Color HEX #F4BDF4 Snuff

📋 copy color: '#F4BDF4'

red 244 ◦ green 189 ◦ blue 244

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

Shades of Snuff #F4BDF4

Tints of Snuff #F4BDF4

RGB

 RED value IS 244 (95.7% from 255) = 36.04%

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

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

R = 36.04%
G = 27.92%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F4BDF4 (or 0xF4BDF4) is known color: Snuff. HEX triplet: F4, BD and F4. RGB value is (244,189,244). Sum of RGB (Red+Green+Blue) = 244+189+244=677 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.04% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F4BDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF4 is #0B420B. Grayscale: #D3D3D3. Windows color (decimal): -737804 or 16039412. OLE color: 16039412.

HSL color Cylindrical-coordinate representation of color #F4BDF4: hue angle of 300º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4BDF4 is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 189 244 -
CMYK 0 0.23 0 0.04
HSL 300º 0.71% 0.85% -
HSV(B) 300º 0.23% 0.96% -
XYZ 71.83 62.16 93.8 -
YUV 211.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 244 189 244 0 0.23 0 0.04 300 0.71 0.85
Hex F4 BD F4 0 17 0 4 12C 47 55
Octal 364 275 364 0 27 0 4 454 107 125
Binary 11110100 10111101 11110100 0 10111 0 100 100101100 1000111 1010101

Color Harmonies of #F4BDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDF4

Black with #F4BDF4

Text Example


Text Example

White with #F4BDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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