Html Css Color HEX #F2B69E Wax Flower

📋 copy color: '#F2B69E'

red 242 ◦ green 182 ◦ blue 158

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

Shades of Wax Flower #F2B69E

Tints of Wax Flower #F2B69E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.27%

 BLUE value IS 158 (62.11% from 255) = 27.15%

R = 41.58%
G = 31.27%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2B69E (or 0xF2B69E) is known color: Wax Flower. HEX triplet: F2, B6 and 9E. RGB value is (242,182,158). Sum of RGB (Red+Green+Blue) = 242+182+158=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 182 (71.48% from 255 or 31.27% from 582); Blue value is 158 (62.11% from 255 or 27.15% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B69E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B69E is #0D4961. Grayscale: #C5C5C5. Windows color (decimal): -870754 or 10401522. OLE color: 10401522.

HSL color Cylindrical-coordinate representation of color #F2B69E: hue angle of 17.14º degrees, saturation: 0.76, 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 #F2B69E is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 182 158 -
CMYK 0 0.25 0.35 0.05
HSL 17.14º 0.76% 0.78% -
HSV(B) 17.14º 0.35% 0.95% -
XYZ 59.52 54.8 39.79 -
YUV 197.2 105.88 159.95 -
System Red Green Blue C M Y K H S L
Decimal 242 182 158 0 0.25 0.35 0.05 17.14 0.76 0.78
Hex F2 B6 9E 0 19 23 5 11 4C 4E
Octal 362 266 236 0 31 43 5 21 114 116
Binary 11110010 10110110 10011110 0 11001 100011 101 10001 1001100 1001110

Color Harmonies of #F2B69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B69E

Black with #F2B69E

Text Example


Text Example

White with #F2B69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B69E; }

 p { color: rgb(242,182,158); }

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

background-color css

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

 a { background-color: rgb(242,182,158); }

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

border-color css

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

 span { border-color: rgb(242,182,158); }

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