Html Css Color HEX #F890CB Tea Rose

📋 copy color: '#F890CB'

red 248 ◦ green 144 ◦ blue 203

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

Shades of Tea Rose #F890CB

Tints of Tea Rose #F890CB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.2%

 BLUE value IS 203 (79.69% from 255) = 34.12%

R = 41.68%
G = 24.2%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F890CB (or 0xF890CB) is known color: Tea Rose. HEX triplet: F8, 90 and CB. RGB value is (248,144,203). Sum of RGB (Red+Green+Blue) = 248+144+203=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F890CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890CB is #076F34. Grayscale: #B5B5B5. Windows color (decimal): -487221 or 13340920. OLE color: 13340920.

HSL color Cylindrical-coordinate representation of color #F890CB: hue angle of 325.96º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890CB is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 144 203 -
CMYK 0 0.42 0.18 0.03
HSL 325.96º 0.88% 0.77% -
HSV(B) 325.96º 0.42% 0.97% -
XYZ 59.46 44.21 61.9 -
YUV 181.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 248 144 203 0 0.42 0.18 0.03 325.96 0.88 0.77
Hex F8 90 CB 0 2A 12 3 146 58 4D
Octal 370 220 313 0 52 22 3 506 130 115
Binary 11111000 10010000 11001011 0 101010 10010 11 101000110 1011000 1001101

Color Harmonies of #F890CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F890CB

Black with #F890CB

Text Example


Text Example

White with #F890CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F890CB; }

 p { color: rgb(248,144,203); }

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

background-color css

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

 a { background-color: rgb(248,144,203); }

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

border-color css

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

 span { border-color: rgb(248,144,203); }

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