Html Css Color HEX #F6CAA4 Negroni

📋 copy color: '#F6CAA4'

red 246 ◦ green 202 ◦ blue 164

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

Shades of Negroni #F6CAA4

Tints of Negroni #F6CAA4

RGB

 RED value IS 246 (96.48% from 255) = 40.2%

 GREEN value IS 202 (79.3% from 255) = 33.01%

 BLUE value IS 164 (64.45% from 255) = 26.8%

R = 40.2%
G = 33.01%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.04

RGB Variations

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

Color information

#F6CAA4 (or 0xF6CAA4) is known color: Negroni. HEX triplet: F6, CA and A4. RGB value is (246,202,164). Sum of RGB (Red+Green+Blue) = 246+202+164=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CAA4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CAA4 is #09355B. Grayscale: #D3D3D3. Windows color (decimal): -603484 or 10799862. OLE color: 10799862.

HSL color Cylindrical-coordinate representation of color #F6CAA4: hue angle of 27.8º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6CAA4 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 202 164 -
CMYK 0 0.18 0.33 0.04
HSL 27.8º 0.82% 0.8% -
HSV(B) 27.8º 0.33% 0.96% -
XYZ 65.83 64.51 44.1 -
YUV 210.82 101.58 153.09 -
System Red Green Blue C M Y K H S L
Decimal 246 202 164 0 0.18 0.33 0.04 27.8 0.82 0.8
Hex F6 CA A4 0 12 21 4 1C 52 50
Octal 366 312 244 0 22 41 4 34 122 120
Binary 11110110 11001010 10100100 0 10010 100001 100 11100 1010010 1010000

Color Harmonies of #F6CAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CAA4

Black with #F6CAA4

Text Example


Text Example

White with #F6CAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CAA4; }

 p { color: rgb(246,202,164); }

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

background-color css

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

 a { background-color: rgb(246,202,164); }

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

border-color css

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

 span { border-color: rgb(246,202,164); }

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