Html Css Color HEX #F3BDF2 Snuff

📋 copy color: '#F3BDF2'

red 243 ◦ green 189 ◦ blue 242

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

Shades of Snuff #F3BDF2

Tints of Snuff #F3BDF2

RGB

 RED value IS 243 (95.31% from 255) = 36.05%

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

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

R = 36.05%
G = 28.04%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F3BDF2 (or 0xF3BDF2) is known color: Snuff. HEX triplet: F3, BD and F2. RGB value is (243,189,242). Sum of RGB (Red+Green+Blue) = 243+189+242=674 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.05% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDF2 is #0C420D. Grayscale: #D3D3D3. Windows color (decimal): -803342 or 15908339. OLE color: 15908339.

HSL color Cylindrical-coordinate representation of color #F3BDF2: hue angle of 301.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F3BDF2 is Cyan = 0, Magento = 0.22, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 189 242 -
CMYK 0 0.22 0.00 0.05
HSL 301.11º 0.69% 0.85% -
HSV(B) 301.11º 0.22% 0.95% -
XYZ 71.19 61.86 92.19 -
YUV 211.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 243 189 242 0 0.22 0.00 0.05 301.11 0.69 0.85
Hex F3 BD F2 0 16 0 5 12D 45 55
Octal 363 275 362 0 26 0 5 455 105 125
Binary 11110011 10111101 11110010 0 10110 0 101 100101101 1000101 1010101

Color Harmonies of #F3BDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDF2

Black with #F3BDF2

Text Example


Text Example

White with #F3BDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDF2; }

 p { color: rgb(243,189,242); }

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

background-color css

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

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

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

border-color css

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

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

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