Html Css Color HEX #FFC4F6 Snuff

📋 copy color: '#FFC4F6'

red 255 ◦ green 196 ◦ blue 246

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

Shades of Snuff #FFC4F6

Tints of Snuff #FFC4F6

RGB

 RED value IS 255 (100% from 255) = 36.59%

 GREEN value IS 196 (76.95% from 255) = 28.12%

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

R = 36.59%
G = 28.12%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#FFC4F6 (or 0xFFC4F6) is known color: Snuff. HEX triplet: FF, C4 and F6. RGB value is (255,196,246). Sum of RGB (Red+Green+Blue) = 255+196+246=697 (92% of max value = 765). Red value is 255 (100% from 255 or 36.59% from 697); Green value is 196 (76.95% from 255 or 28.12% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC4F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFC4F6 is #003B09. Grayscale: #DBDBDB. Windows color (decimal): -15114 or 16172287. OLE color: 16172287.

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

Color convert

RGB 255 196 246 -
CMYK 0 0.23 0.04 0
HSL 309.15º 1% 0.88% -
HSV(B) 309.15º 0.23% 1% -
XYZ 77.61 67.39 96.11 -
YUV 219.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 255 196 246 0 0.23 0.04 0 309.15 1 0.88
Hex FF C4 F6 0 17 4 0 135 64 58
Octal 377 304 366 0 27 4 0 465 144 130
Binary 11111111 11000100 11110110 0 10111 100 0 100110101 1100100 1011000

Color Harmonies of #FFC4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC4F6

Black with #FFC4F6

Text Example


Text Example

White with #FFC4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC4F6; }

 p { color: rgb(255,196,246); }

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

background-color css

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

 a { background-color: rgb(255,196,246); }

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

border-color css

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

 span { border-color: rgb(255,196,246); }

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