Html Css Color HEX #F2CBA0 Negroni

📋 copy color: '#F2CBA0'

red 242 ◦ green 203 ◦ blue 160

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

Shades of Negroni #F2CBA0

Tints of Negroni #F2CBA0

RGB

 RED value IS 242 (94.92% from 255) = 40%

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

 BLUE value IS 160 (62.89% from 255) = 26.45%

R = 40%
G = 33.55%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2CBA0 (or 0xF2CBA0) is known color: Negroni. HEX triplet: F2, CB and A0. RGB value is (242,203,160). Sum of RGB (Red+Green+Blue) = 242+203+160=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CBA0 is #0D345F. Grayscale: #D1D1D1. Windows color (decimal): -865376 or 10537970. OLE color: 10537970.

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

Color convert

RGB 242 203 160 -
CMYK 0 0.16 0.34 0.05
HSL 31.46º 0.76% 0.79% -
HSV(B) 31.46º 0.34% 0.95% -
XYZ 64.32 64.13 42.25 -
YUV 209.76 99.92 151 -
System Red Green Blue C M Y K H S L
Decimal 242 203 160 0 0.16 0.34 0.05 31.46 0.76 0.79
Hex F2 CB A0 0 10 22 5 1F 4C 4F
Octal 362 313 240 0 20 42 5 37 114 117
Binary 11110010 11001011 10100000 0 10000 100010 101 11111 1001100 1001111

Color Harmonies of #F2CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBA0

Black with #F2CBA0

Text Example


Text Example

White with #F2CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBA0; }

 p { color: rgb(242,203,160); }

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

background-color css

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

 a { background-color: rgb(242,203,160); }

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

border-color css

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

 span { border-color: rgb(242,203,160); }

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