Html Css Color HEX #FA8FCB Tea Rose

📋 copy color: '#FA8FCB'

red 250 ◦ green 143 ◦ blue 203

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

Shades of Tea Rose #FA8FCB

Tints of Tea Rose #FA8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.99%

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

R = 41.95%
G = 23.99%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA8FCB (or 0xFA8FCB) is known color: Tea Rose. HEX triplet: FA, 8F and CB. RGB value is (250,143,203). Sum of RGB (Red+Green+Blue) = 250+143+203=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 143 (56.25% from 255 or 23.99% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA8FCB is #057034. Grayscale: #B5B5B5. Windows color (decimal): -356405 or 13340666. OLE color: 13340666.

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

Color convert

RGB 250 143 203 -
CMYK 0 0.43 0.19 0.02
HSL 326.36º 0.91% 0.77% -
HSV(B) 326.36º 0.43% 0.98% -
XYZ 60.03 44.28 61.88 -
YUV 181.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 250 143 203 0 0.43 0.19 0.02 326.36 0.91 0.77
Hex FA 8F CB 0 2B 13 2 146 5B 4D
Octal 372 217 313 0 53 23 2 506 133 115
Binary 11111010 10001111 11001011 0 101011 10011 10 101000110 1011011 1001101

Color Harmonies of #FA8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8FCB

Black with #FA8FCB

Text Example


Text Example

White with #FA8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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