Html Css Color HEX #F2A993 Rose Bud

📋 copy color: '#F2A993'

red 242 ◦ green 169 ◦ blue 147

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

Shades of Rose Bud #F2A993

Tints of Rose Bud #F2A993

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.29%

 BLUE value IS 147 (57.81% from 255) = 26.34%

R = 43.37%
G = 30.29%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2A993 (or 0xF2A993) is known color: Rose Bud. HEX triplet: F2, A9 and 93. RGB value is (242,169,147). Sum of RGB (Red+Green+Blue) = 242+169+147=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A993 is #0D566C. Grayscale: #BCBCBC. Windows color (decimal): -874093 or 9677298. OLE color: 9677298.

HSL color Cylindrical-coordinate representation of color #F2A993: hue angle of 13.89º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2A993 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 169 147 -
CMYK 0 0.30 0.39 0.05
HSL 13.89º 0.79% 0.76% -
HSV(B) 13.89º 0.39% 0.95% -
XYZ 56.07 49.36 34.18 -
YUV 188.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 242 169 147 0 0.30 0.39 0.05 13.89 0.79 0.76
Hex F2 A9 93 0 1E 27 5 E 4F 4C
Octal 362 251 223 0 36 47 5 16 117 114
Binary 11110010 10101001 10010011 0 11110 100111 101 1110 1001111 1001100

Color Harmonies of #F2A993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2A993

Black with #F2A993

Text Example


Text Example

White with #F2A993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2A993; }

 p { color: rgb(242,169,147); }

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

background-color css

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

 a { background-color: rgb(242,169,147); }

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

border-color css

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

 span { border-color: rgb(242,169,147); }

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