Html Css Color HEX #F08ACE Tea Rose

📋 copy color: '#F08ACE'

red 240 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #F08ACE

Tints of Tea Rose #F08ACE

RGB

 RED value IS 240 (94.14% from 255) = 41.1%

 GREEN value IS 138 (54.3% from 255) = 23.63%

 BLUE value IS 206 (80.86% from 255) = 35.27%

R = 41.1%
G = 23.63%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F08ACE (or 0xF08ACE) is known color: Tea Rose. HEX triplet: F0, 8A and CE. RGB value is (240,138,206). Sum of RGB (Red+Green+Blue) = 240+138+206=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 138 (54.30% from 255 or 23.63% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ACE is #0F7531. Grayscale: #B0B0B0. Windows color (decimal): -1013042 or 13535984. OLE color: 13535984.

HSL color Cylindrical-coordinate representation of color #F08ACE: hue angle of 320º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08ACE is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 138 206 -
CMYK 0 0.42 0.14 0.06
HSL 320º 0.77% 0.74% -
HSV(B) 320º 0.43% 0.94% -
XYZ 56.16 41.16 63.38 -
YUV 176.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 240 138 206 0 0.42 0.14 0.06 320 0.77 0.74
Hex F0 8A CE 0 2A E 6 140 4D 4A
Octal 360 212 316 0 52 16 6 500 115 112
Binary 11110000 10001010 11001110 0 101010 1110 110 101000000 1001101 1001010

Color Harmonies of #F08ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08ACE

Black with #F08ACE

Text Example


Text Example

White with #F08ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08ACE; }

 p { color: rgb(240,138,206); }

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

background-color css

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

 a { background-color: rgb(240,138,206); }

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

border-color css

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

 span { border-color: rgb(240,138,206); }

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