Html Css Color HEX #F2BCF3 Snuff

📋 copy color: '#F2BCF3'

red 242 ◦ green 188 ◦ blue 243

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

Shades of Snuff #F2BCF3

Tints of Snuff #F2BCF3

RGB

 RED value IS 242 (94.92% from 255) = 35.96%

 GREEN value IS 188 (73.83% from 255) = 27.93%

 BLUE value IS 243 (95.31% from 255) = 36.11%

R = 35.96%
G = 27.93%
B = 36.11%

CMYK

 C value IS 0.00

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F2BCF3 (or 0xF2BCF3) is known color: Snuff. HEX triplet: F2, BC and F3. RGB value is (242,188,243). Sum of RGB (Red+Green+Blue) = 242+188+243=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 188 (73.83% from 255 or 27.93% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2BCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCF3 is #0D430C. Grayscale: #D2D2D2. Windows color (decimal): -869133 or 15973618. OLE color: 15973618.

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

Color convert

RGB 242 188 243 -
CMYK 0.00 0.23 0 0.05
HSL 298.91º 0.7% 0.85% -
HSV(B) 298.91º 0.23% 0.95% -
XYZ 70.78 61.31 92.9 -
YUV 210.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 242 188 243 0.00 0.23 0 0.05 298.91 0.7 0.85
Hex F2 BC F3 0 17 0 5 12B 46 55
Octal 362 274 363 0 27 0 5 453 106 125
Binary 11110010 10111100 11110011 0 10111 0 101 100101011 1000110 1010101

Color Harmonies of #F2BCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCF3

Black with #F2BCF3

Text Example


Text Example

White with #F2BCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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