Html Css Color HEX #F28ECE Tea Rose

📋 copy color: '#F28ECE'

red 242 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #F28ECE

Tints of Tea Rose #F28ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.07%

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

R = 41.02%
G = 24.07%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F28ECE (or 0xF28ECE) is known color: Tea Rose. HEX triplet: F2, 8E and CE. RGB value is (242,142,206). Sum of RGB (Red+Green+Blue) = 242+142+206=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 142 (55.86% from 255 or 24.07% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F28ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F28ECE is #0D7131. Grayscale: #B3B3B3. Windows color (decimal): -880946 or 13537010. OLE color: 13537010.

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

Color convert

RGB 242 142 206 -
CMYK 0 0.41 0.15 0.05
HSL 321.6º 0.79% 0.75% -
HSV(B) 321.6º 0.41% 0.95% -
XYZ 57.43 42.68 63.6 -
YUV 179.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 242 142 206 0 0.41 0.15 0.05 321.6 0.79 0.75
Hex F2 8E CE 0 29 F 5 142 4F 4B
Octal 362 216 316 0 51 17 5 502 117 113
Binary 11110010 10001110 11001110 0 101001 1111 101 101000010 1001111 1001011

Color Harmonies of #F28ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28ECE

Black with #F28ECE

Text Example


Text Example

White with #F28ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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