Html Css Color HEX #F993CB Tea Rose

📋 copy color: '#F993CB'

red 249 ◦ green 147 ◦ blue 203

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

Shades of Tea Rose #F993CB

Tints of Tea Rose #F993CB

RGB

 RED value IS 249 (97.66% from 255) = 41.57%

 GREEN value IS 147 (57.81% from 255) = 24.54%

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

R = 41.57%
G = 24.54%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F993CB (or 0xF993CB) is known color: Tea Rose. HEX triplet: F9, 93 and CB. RGB value is (249,147,203). Sum of RGB (Red+Green+Blue) = 249+147+203=599 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.57% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 249 - color contains mainly: red. Hex color #F993CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F993CB is #066C34. Grayscale: #B7B7B7. Windows color (decimal): -420917 or 13341689. OLE color: 13341689.

HSL color Cylindrical-coordinate representation of color #F993CB: hue angle of 327.06º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F993CB is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 147 203 -
CMYK 0 0.41 0.18 0.02
HSL 327.06º 0.89% 0.78% -
HSV(B) 327.06º 0.41% 0.98% -
XYZ 60.28 45.32 62.07 -
YUV 183.88 138.79 174.45 -
System Red Green Blue C M Y K H S L
Decimal 249 147 203 0 0.41 0.18 0.02 327.06 0.89 0.78
Hex F9 93 CB 0 29 12 2 147 59 4E
Octal 371 223 313 0 51 22 2 507 131 116
Binary 11111001 10010011 11001011 0 101001 10010 10 101000111 1011001 1001110

Color Harmonies of #F993CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F993CB

Black with #F993CB

Text Example


Text Example

White with #F993CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F993CB; }

 p { color: rgb(249,147,203); }

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

background-color css

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

 a { background-color: rgb(249,147,203); }

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

border-color css

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

 span { border-color: rgb(249,147,203); }

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