Html Css Color HEX #F885D3 Tea Rose

📋 copy color: '#F885D3'

red 248 ◦ green 133 ◦ blue 211

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

Shades of Tea Rose #F885D3

Tints of Tea Rose #F885D3

RGB

 RED value IS 248 (97.27% from 255) = 41.89%

 GREEN value IS 133 (52.34% from 255) = 22.47%

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 41.89%
G = 22.47%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.03

RGB Variations

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

Color information

#F885D3 (or 0xF885D3) is known color: Tea Rose. HEX triplet: F8, 85 and D3. RGB value is (248,133,211). Sum of RGB (Red+Green+Blue) = 248+133+211=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 133 (52.34% from 255 or 22.47% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F885D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F885D3 is #077A2C. Grayscale: #B0B0B0. Windows color (decimal): -490029 or 13862392. OLE color: 13862392.

HSL color Cylindrical-coordinate representation of color #F885D3: hue angle of 319.3º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885D3 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 133 211 -
CMYK 0 0.46 0.15 0.03
HSL 319.3º 0.89% 0.75% -
HSV(B) 319.3º 0.46% 0.97% -
XYZ 58.86 41.43 66.52 -
YUV 176.28 147.6 179.16 -
System Red Green Blue C M Y K H S L
Decimal 248 133 211 0 0.46 0.15 0.03 319.3 0.89 0.75
Hex F8 85 D3 0 2E F 3 13F 59 4B
Octal 370 205 323 0 56 17 3 477 131 113
Binary 11111000 10000101 11010011 0 101110 1111 11 100111111 1011001 1001011

Color Harmonies of #F885D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F885D3

Black with #F885D3

Text Example


Text Example

White with #F885D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F885D3; }

 p { color: rgb(248,133,211); }

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

background-color css

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

 a { background-color: rgb(248,133,211); }

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

border-color css

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

 span { border-color: rgb(248,133,211); }

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