Html Css Color HEX #F29BA4 Wewak

📋 copy color: '#F29BA4'

red 242 ◦ green 155 ◦ blue 164

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

Shades of Wewak #F29BA4

Tints of Wewak #F29BA4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.63%

 BLUE value IS 164 (64.45% from 255) = 29.23%

R = 43.14%
G = 27.63%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F29BA4 (or 0xF29BA4) is known color: Wewak. HEX triplet: F2, 9B and A4. RGB value is (242,155,164). Sum of RGB (Red+Green+Blue) = 242+155+164=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29BA4 is #0D645B. Grayscale: #B6B6B6. Windows color (decimal): -877660 or 10787826. OLE color: 10787826.

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

Color convert

RGB 242 155 164 -
CMYK 0 0.36 0.32 0.05
HSL 353.79º 0.77% 0.78% -
HSV(B) 353.79º 0.36% 0.95% -
XYZ 55.04 45 40.91 -
YUV 182.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 242 155 164 0 0.36 0.32 0.05 353.79 0.77 0.78
Hex F2 9B A4 0 24 20 5 162 4D 4E
Octal 362 233 244 0 44 40 5 542 115 116
Binary 11110010 10011011 10100100 0 100100 100000 101 101100010 1001101 1001110

Color Harmonies of #F29BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29BA4

Black with #F29BA4

Text Example


Text Example

White with #F29BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29BA4; }

 p { color: rgb(242,155,164); }

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

background-color css

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

 a { background-color: rgb(242,155,164); }

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

border-color css

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

 span { border-color: rgb(242,155,164); }

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