Html Css Color HEX #F1CBA3 Negroni

📋 copy color: '#F1CBA3'

red 241 ◦ green 203 ◦ blue 163

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

Shades of Negroni #F1CBA3

Tints of Negroni #F1CBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 26.85%

R = 39.7%
G = 33.44%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1CBA3 (or 0xF1CBA3) is known color: Negroni. HEX triplet: F1, CB and A3. RGB value is (241,203,163). Sum of RGB (Red+Green+Blue) = 241+203+163=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA3 is #0E345C. Grayscale: #D2D2D2. Windows color (decimal): -930909 or 10734577. OLE color: 10734577.

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

Color convert

RGB 241 203 163 -
CMYK 0 0.16 0.32 0.05
HSL 30.77º 0.74% 0.79% -
HSV(B) 30.77º 0.32% 0.95% -
XYZ 64.24 64.06 43.63 -
YUV 209.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 241 203 163 0 0.16 0.32 0.05 30.77 0.74 0.79
Hex F1 CB A3 0 10 20 5 1F 4A 4F
Octal 361 313 243 0 20 40 5 37 112 117
Binary 11110001 11001011 10100011 0 10000 100000 101 11111 1001010 1001111

Color Harmonies of #F1CBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBA3

Black with #F1CBA3

Text Example


Text Example

White with #F1CBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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