Html Css Color HEX #F1CBA7 Negroni

📋 copy color: '#F1CBA7'

red 241 ◦ green 203 ◦ blue 167

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

Shades of Negroni #F1CBA7

Tints of Negroni #F1CBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.33%

R = 39.44%
G = 33.22%
B = 27.33%

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

#F1CBA7 (or 0xF1CBA7) is known color: Negroni. HEX triplet: F1, CB and A7. RGB value is (241,203,167). Sum of RGB (Red+Green+Blue) = 241+203+167=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 203 (79.69% from 255 or 33.22% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA7 is #0E3458. Grayscale: #D2D2D2. Windows color (decimal): -930905 or 10996721. OLE color: 10996721.

HSL color Cylindrical-coordinate representation of color #F1CBA7: hue angle of 29.19º 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 #F1CBA7 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 167 -
CMYK 0 0.16 0.31 0.05
HSL 29.19º 0.73% 0.8% -
HSV(B) 29.19º 0.31% 0.95% -
XYZ 64.61 64.2 45.55 -
YUV 210.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 241 203 167 0 0.16 0.31 0.05 29.19 0.73 0.8
Hex F1 CB A7 0 10 1F 5 1D 49 50
Octal 361 313 247 0 20 37 5 35 111 120
Binary 11110001 11001011 10100111 0 10000 11111 101 11101 1001001 1010000

Color Harmonies of #F1CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBA7

Black with #F1CBA7

Text Example


Text Example

White with #F1CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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