Html Css Color HEX #F2CA9F Negroni

📋 copy color: '#F2CA9F'

red 242 ◦ green 202 ◦ blue 159

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

Shades of Negroni #F2CA9F

Tints of Negroni #F2CA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.5%

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

R = 40.13%
G = 33.5%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2CA9F (or 0xF2CA9F) is known color: Negroni. HEX triplet: F2, CA and 9F. RGB value is (242,202,159). Sum of RGB (Red+Green+Blue) = 242+202+159=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CA9F is #0D3560. Grayscale: #D1D1D1. Windows color (decimal): -865633 or 10472178. OLE color: 10472178.

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

Color convert

RGB 242 202 159 -
CMYK 0 0.17 0.34 0.05
HSL 31.08º 0.76% 0.79% -
HSV(B) 31.08º 0.34% 0.95% -
XYZ 64 63.62 41.71 -
YUV 209.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 242 202 159 0 0.17 0.34 0.05 31.08 0.76 0.79
Hex F2 CA 9F 0 11 22 5 1F 4C 4F
Octal 362 312 237 0 21 42 5 37 114 117
Binary 11110010 11001010 10011111 0 10001 100010 101 11111 1001100 1001111

Color Harmonies of #F2CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CA9F

Black with #F2CA9F

Text Example


Text Example

White with #F2CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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