Html Css Color HEX #F7CBF6 Snuff

📋 copy color: '#F7CBF6'

red 247 ◦ green 203 ◦ blue 246

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

Shades of Snuff #F7CBF6

Tints of Snuff #F7CBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 29.17%

 BLUE value IS 246 (96.48% from 255) = 35.34%

R = 35.49%
G = 29.17%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#F7CBF6 (or 0xF7CBF6) is known color: Snuff. HEX triplet: F7, CB and F6. RGB value is (247,203,246). Sum of RGB (Red+Green+Blue) = 247+203+246=696 (92% of max value = 765). Red value is 247 (96.88% from 255 or 35.49% from 696); Green value is 203 (79.69% from 255 or 29.17% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7CBF6 is #083409. Grayscale: #DCDCDC. Windows color (decimal): -537610 or 16174071. OLE color: 16174071.

HSL color Cylindrical-coordinate representation of color #F7CBF6: hue angle of 301.36º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F7CBF6 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 203 246 -
CMYK 0 0.18 0.00 0.03
HSL 301.36º 0.73% 0.88% -
HSV(B) 301.36º 0.18% 0.97% -
XYZ 76.35 69.14 96.51 -
YUV 221.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 247 203 246 0 0.18 0.00 0.03 301.36 0.73 0.88
Hex F7 CB F6 0 12 0 3 12D 49 58
Octal 367 313 366 0 22 0 3 455 111 130
Binary 11110111 11001011 11110110 0 10010 0 11 100101101 1001001 1011000

Color Harmonies of #F7CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7CBF6

Black with #F7CBF6

Text Example


Text Example

White with #F7CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7CBF6; }

 p { color: rgb(247,203,246); }

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

background-color css

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

 a { background-color: rgb(247,203,246); }

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

border-color css

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

 span { border-color: rgb(247,203,246); }

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