Html Css Color HEX #FA8BCB Tea Rose

📋 copy color: '#FA8BCB'

red 250 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #FA8BCB

Tints of Tea Rose #FA8BCB

RGB

 RED value IS 250 (98.05% from 255) = 42.23%

 GREEN value IS 139 (54.69% from 255) = 23.48%

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

R = 42.23%
G = 23.48%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA8BCB (or 0xFA8BCB) is known color: Tea Rose. HEX triplet: FA, 8B and CB. RGB value is (250,139,203). Sum of RGB (Red+Green+Blue) = 250+139+203=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 139 (54.69% from 255 or 23.48% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8BCB is #057434. Grayscale: #B3B3B3. Windows color (decimal): -357429 or 13339642. OLE color: 13339642.

HSL color Cylindrical-coordinate representation of color #FA8BCB: hue angle of 325.41º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FA8BCB is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 139 203 -
CMYK 0 0.44 0.19 0.02
HSL 325.41º 0.92% 0.76% -
HSV(B) 325.41º 0.44% 0.98% -
XYZ 59.44 43.1 61.69 -
YUV 179.49 141.27 178.3 -
System Red Green Blue C M Y K H S L
Decimal 250 139 203 0 0.44 0.19 0.02 325.41 0.92 0.76
Hex FA 8B CB 0 2C 13 2 145 5C 4C
Octal 372 213 313 0 54 23 2 505 134 114
Binary 11111010 10001011 11001011 0 101100 10011 10 101000101 1011100 1001100

Color Harmonies of #FA8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8BCB

Black with #FA8BCB

Text Example


Text Example

White with #FA8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8BCB; }

 p { color: rgb(250,139,203); }

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

background-color css

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

 a { background-color: rgb(250,139,203); }

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

border-color css

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

 span { border-color: rgb(250,139,203); }

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