Html Css Color HEX #F2B2B0 Sundown

📋 copy color: '#F2B2B0'

red 242 ◦ green 178 ◦ blue 176

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

Shades of Sundown #F2B2B0

Tints of Sundown #F2B2B0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.87%

 BLUE value IS 176 (69.14% from 255) = 29.53%

R = 40.6%
G = 29.87%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F2B2B0 (or 0xF2B2B0) is known color: Sundown. HEX triplet: F2, B2 and B0. RGB value is (242,178,176). Sum of RGB (Red+Green+Blue) = 242+178+176=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B2B0 is #0D4D4F. Grayscale: #C4C4C4. Windows color (decimal): -871760 or 11580146. OLE color: 11580146.

HSL color Cylindrical-coordinate representation of color #F2B2B0: hue angle of 1.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F2B2B0 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 178 176 -
CMYK 0 0.26 0.27 0.05
HSL 1.82º 0.72% 0.82% -
HSV(B) 1.82º 0.27% 0.95% -
XYZ 60.37 53.85 48.29 -
YUV 196.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 242 178 176 0 0.26 0.27 0.05 1.82 0.72 0.82
Hex F2 B2 B0 0 1A 1B 5 2 48 52
Octal 362 262 260 0 32 33 5 2 110 122
Binary 11110010 10110010 10110000 0 11010 11011 101 10 1001000 1010010

Color Harmonies of #F2B2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B2B0

Black with #F2B2B0

Text Example


Text Example

White with #F2B2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B2B0; }

 p { color: rgb(242,178,176); }

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

background-color css

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

 a { background-color: rgb(242,178,176); }

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

border-color css

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

 span { border-color: rgb(242,178,176); }

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