Html Css Color HEX #F28ACE Tea Rose

📋 copy color: '#F28ACE'

red 242 ◦ green 138 ◦ blue 206

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

Shades of Tea Rose #F28ACE

Tints of Tea Rose #F28ACE

RGB

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

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

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

R = 41.3%
G = 23.55%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F28ACE (or 0xF28ACE) is known color: Tea Rose. HEX triplet: F2, 8A and CE. RGB value is (242,138,206). Sum of RGB (Red+Green+Blue) = 242+138+206=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ACE is #0D7531. Grayscale: #B0B0B0. Windows color (decimal): -881970 or 13535986. OLE color: 13535986.

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

Color convert

RGB 242 138 206 -
CMYK 0 0.43 0.15 0.05
HSL 320.77º 0.8% 0.75% -
HSV(B) 320.77º 0.43% 0.95% -
XYZ 56.85 41.51 63.41 -
YUV 176.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 242 138 206 0 0.43 0.15 0.05 320.77 0.8 0.75
Hex F2 8A CE 0 2B F 5 141 50 4B
Octal 362 212 316 0 53 17 5 501 120 113
Binary 11110010 10001010 11001110 0 101011 1111 101 101000001 1010000 1001011

Color Harmonies of #F28ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ACE

Black with #F28ACE

Text Example


Text Example

White with #F28ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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