Html Css Color HEX #F4BDF5 Snuff

📋 copy color: '#F4BDF5'

red 244 ◦ green 189 ◦ blue 245

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

Shades of Snuff #F4BDF5

Tints of Snuff #F4BDF5

RGB

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

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

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

R = 35.99%
G = 27.88%
B = 36.14%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F4BDF5 (or 0xF4BDF5) is known color: Snuff. HEX triplet: F4, BD and F5. RGB value is (244,189,245). Sum of RGB (Red+Green+Blue) = 244+189+245=678 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.99% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4BDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF5 is #0B420A. Grayscale: #D3D3D3. Windows color (decimal): -737803 or 16104948. OLE color: 16104948.

HSL color Cylindrical-coordinate representation of color #F4BDF5: hue angle of 298.93º degrees, saturation: 0.74, 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 #F4BDF5 is Cyan = 0.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 189 245 -
CMYK 0.00 0.23 0 0.04
HSL 298.93º 0.74% 0.85% -
HSV(B) 298.93º 0.23% 0.96% -
XYZ 71.99 62.22 94.6 -
YUV 211.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 244 189 245 0.00 0.23 0 0.04 298.93 0.74 0.85
Hex F4 BD F5 0 17 0 4 12B 4A 55
Octal 364 275 365 0 27 0 4 453 112 125
Binary 11110100 10111101 11110101 0 10111 0 100 100101011 1001010 1010101

Color Harmonies of #F4BDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BDF5

Black with #F4BDF5

Text Example


Text Example

White with #F4BDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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