Html Css Color HEX #F1CBA6 Negroni

📋 copy color: '#F1CBA6'

red 241 ◦ green 203 ◦ blue 166

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

Shades of Negroni #F1CBA6

Tints of Negroni #F1CBA6

RGB

 RED value IS 241 (94.53% from 255) = 39.51%

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

 BLUE value IS 166 (65.23% from 255) = 27.21%

R = 39.51%
G = 33.28%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F1CBA6 (or 0xF1CBA6) is known color: Negroni. HEX triplet: F1, CB and A6. RGB value is (241,203,166). Sum of RGB (Red+Green+Blue) = 241+203+166=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 203 (79.69% from 255 or 33.28% from 610); Blue value is 166 (65.23% from 255 or 27.21% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA6 is #0E3459. Grayscale: #D2D2D2. Windows color (decimal): -930906 or 10931185. OLE color: 10931185.

HSL color Cylindrical-coordinate representation of color #F1CBA6: hue angle of 29.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1CBA6 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 166 -
CMYK 0 0.16 0.31 0.05
HSL 29.6º 0.73% 0.8% -
HSV(B) 29.6º 0.31% 0.95% -
XYZ 64.51 64.17 45.06 -
YUV 210.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 241 203 166 0 0.16 0.31 0.05 29.6 0.73 0.8
Hex F1 CB A6 0 10 1F 5 1E 49 50
Octal 361 313 246 0 20 37 5 36 111 120
Binary 11110001 11001011 10100110 0 10000 11111 101 11110 1001001 1010000

Color Harmonies of #F1CBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBA6

Black with #F1CBA6

Text Example


Text Example

White with #F1CBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBA6; }

 p { color: rgb(241,203,166); }

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

background-color css

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

 a { background-color: rgb(241,203,166); }

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

border-color css

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

 span { border-color: rgb(241,203,166); }

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