Html Css Color HEX #F1CBA8 Negroni

📋 copy color: '#F1CBA8'

red 241 ◦ green 203 ◦ blue 168

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

Shades of Negroni #F1CBA8

Tints of Negroni #F1CBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 27.45%

R = 39.38%
G = 33.17%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F1CBA8 (or 0xF1CBA8) is known color: Negroni. HEX triplet: F1, CB and A8. RGB value is (241,203,168). Sum of RGB (Red+Green+Blue) = 241+203+168=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 168 (66.02% from 255 or 27.45% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CBA8 is #0E3457. Grayscale: #D2D2D2. Windows color (decimal): -930904 or 11062257. OLE color: 11062257.

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

Color convert

RGB 241 203 168 -
CMYK 0 0.16 0.30 0.05
HSL 28.77º 0.72% 0.8% -
HSV(B) 28.77º 0.3% 0.95% -
XYZ 64.7 64.24 46.04 -
YUV 210.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 241 203 168 0 0.16 0.30 0.05 28.77 0.72 0.8
Hex F1 CB A8 0 10 1E 5 1D 48 50
Octal 361 313 250 0 20 36 5 35 110 120
Binary 11110001 11001011 10101000 0 10000 11110 101 11101 1001000 1010000

Color Harmonies of #F1CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBA8

Black with #F1CBA8

Text Example


Text Example

White with #F1CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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