Html Css Color HEX #F2CB9F Negroni

📋 copy color: '#F2CB9F'

red 242 ◦ green 203 ◦ blue 159

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

Shades of Negroni #F2CB9F

Tints of Negroni #F2CB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.32%

R = 40.07%
G = 33.61%
B = 26.32%

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

#F2CB9F (or 0xF2CB9F) is known color: Negroni. HEX triplet: F2, CB and 9F. RGB value is (242,203,159). Sum of RGB (Red+Green+Blue) = 242+203+159=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CB9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CB9F is #0D3460. Grayscale: #D1D1D1. Windows color (decimal): -865377 or 10472434. OLE color: 10472434.

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

Color convert

RGB 242 203 159 -
CMYK 0 0.16 0.34 0.05
HSL 31.81º 0.76% 0.79% -
HSV(B) 31.81º 0.34% 0.95% -
XYZ 64.23 64.09 41.79 -
YUV 209.65 99.42 151.08 -
System Red Green Blue C M Y K H S L
Decimal 242 203 159 0 0.16 0.34 0.05 31.81 0.76 0.79
Hex F2 CB 9F 0 10 22 5 20 4C 4F
Octal 362 313 237 0 20 42 5 40 114 117
Binary 11110010 11001011 10011111 0 10000 100010 101 100000 1001100 1001111

Color Harmonies of #F2CB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CB9F

Black with #F2CB9F

Text Example


Text Example

White with #F2CB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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