Html Css Color HEX #F2BBA5 Wax Flower

📋 copy color: '#F2BBA5'

red 242 ◦ green 187 ◦ blue 165

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

Shades of Wax Flower #F2BBA5

Tints of Wax Flower #F2BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.48%

 BLUE value IS 165 (64.84% from 255) = 27.78%

R = 40.74%
G = 31.48%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F2BBA5 (or 0xF2BBA5) is known color: Wax Flower. HEX triplet: F2, BB and A5. RGB value is (242,187,165). Sum of RGB (Red+Green+Blue) = 242+187+165=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BBA5 is #0D445A. Grayscale: #C9C9C9. Windows color (decimal): -869467 or 10861554. OLE color: 10861554.

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

Color convert

RGB 242 187 165 -
CMYK 0 0.23 0.32 0.05
HSL 17.14º 0.75% 0.8% -
HSV(B) 17.14º 0.32% 0.95% -
XYZ 61.18 57.13 43.4 -
YUV 200.94 107.72 157.29 -
System Red Green Blue C M Y K H S L
Decimal 242 187 165 0 0.23 0.32 0.05 17.14 0.75 0.8
Hex F2 BB A5 0 17 20 5 11 4B 50
Octal 362 273 245 0 27 40 5 21 113 120
Binary 11110010 10111011 10100101 0 10111 100000 101 10001 1001011 1010000

Color Harmonies of #F2BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBA5

Black with #F2BBA5

Text Example


Text Example

White with #F2BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBA5; }

 p { color: rgb(242,187,165); }

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

background-color css

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

 a { background-color: rgb(242,187,165); }

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

border-color css

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

 span { border-color: rgb(242,187,165); }

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