Html Css Color HEX #F2CBA7 Negroni

📋 copy color: '#F2CBA7'

red 242 ◦ green 203 ◦ blue 167

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

Shades of Negroni #F2CBA7

Tints of Negroni #F2CBA7

RGB

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

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

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

R = 39.54%
G = 33.17%
B = 27.29%

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

#F2CBA7 (or 0xF2CBA7) is known color: Negroni. HEX triplet: F2, CB and A7. RGB value is (242,203,167). Sum of RGB (Red+Green+Blue) = 242+203+167=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CBA7 is #0D3458. Grayscale: #D2D2D2. Windows color (decimal): -865369 or 10996722. OLE color: 10996722.

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

Color convert

RGB 242 203 167 -
CMYK 0 0.16 0.31 0.05
HSL 28.8º 0.74% 0.8% -
HSV(B) 28.8º 0.31% 0.95% -
XYZ 64.95 64.38 45.56 -
YUV 210.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 242 203 167 0 0.16 0.31 0.05 28.8 0.74 0.8
Hex F2 CB A7 0 10 1F 5 1D 4A 50
Octal 362 313 247 0 20 37 5 35 112 120
Binary 11110010 11001011 10100111 0 10000 11111 101 11101 1001010 1010000

Color Harmonies of #F2CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CBA7

Black with #F2CBA7

Text Example


Text Example

White with #F2CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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