Html Css Color HEX #F2A69D Rose Bud

📋 copy color: '#F2A69D'

red 242 ◦ green 166 ◦ blue 157

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

Shades of Rose Bud #F2A69D

Tints of Rose Bud #F2A69D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.38%

 BLUE value IS 157 (61.72% from 255) = 27.79%

R = 42.83%
G = 29.38%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2A69D (or 0xF2A69D) is known color: Rose Bud. HEX triplet: F2, A6 and 9D. RGB value is (242,166,157). Sum of RGB (Red+Green+Blue) = 242+166+157=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A69D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A69D is #0D5962. Grayscale: #BBBBBB. Windows color (decimal): -874851 or 10331890. OLE color: 10331890.

HSL color Cylindrical-coordinate representation of color #F2A69D: hue angle of 6.35º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F2A69D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 166 157 -
CMYK 0 0.31 0.35 0.05
HSL 6.35º 0.77% 0.78% -
HSV(B) 6.35º 0.35% 0.95% -
XYZ 56.34 48.58 38.31 -
YUV 187.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 242 166 157 0 0.31 0.35 0.05 6.35 0.77 0.78
Hex F2 A6 9D 0 1F 23 5 6 4D 4E
Octal 362 246 235 0 37 43 5 6 115 116
Binary 11110010 10100110 10011101 0 11111 100011 101 110 1001101 1001110

Color Harmonies of #F2A69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A69D

Black with #F2A69D

Text Example


Text Example

White with #F2A69D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A69D; }

 p { color: rgb(242,166,157); }

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

background-color css

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

 a { background-color: rgb(242,166,157); }

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

border-color css

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

 span { border-color: rgb(242,166,157); }

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