Html Css Color HEX #F4BBA5 Wax Flower

📋 copy color: '#F4BBA5'

red 244 ◦ green 187 ◦ blue 165

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

Shades of Wax Flower #F4BBA5

Tints of Wax Flower #F4BBA5

RGB

 RED value IS 244 (95.7% from 255) = 40.94%

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

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

R = 40.94%
G = 31.38%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.04

RGB Variations

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

Color information

#F4BBA5 (or 0xF4BBA5) is known color: Wax Flower. HEX triplet: F4, BB and A5. RGB value is (244,187,165). Sum of RGB (Red+Green+Blue) = 244+187+165=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BBA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4BBA5 is #0B445A. Grayscale: #C9C9C9. Windows color (decimal): -738395 or 10861556. OLE color: 10861556.

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

Color convert

RGB 244 187 165 -
CMYK 0 0.23 0.32 0.04
HSL 16.71º 0.78% 0.8% -
HSV(B) 16.71º 0.32% 0.96% -
XYZ 61.87 57.49 43.43 -
YUV 201.54 107.38 158.29 -
System Red Green Blue C M Y K H S L
Decimal 244 187 165 0 0.23 0.32 0.04 16.71 0.78 0.8
Hex F4 BB A5 0 17 20 4 11 4E 50
Octal 364 273 245 0 27 40 4 21 116 120
Binary 11110100 10111011 10100101 0 10111 100000 100 10001 1001110 1010000

Color Harmonies of #F4BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4BBA5

Black with #F4BBA5

Text Example


Text Example

White with #F4BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4BBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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