Html Css Color HEX #FF7FCB Tea Rose

📋 copy color: '#FF7FCB'

red 255 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #FF7FCB

Tints of Tea Rose #FF7FCB

RGB

 RED value IS 255 (100% from 255) = 43.59%

 GREEN value IS 127 (50% from 255) = 21.71%

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

R = 43.59%
G = 21.71%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF7FCB (or 0xFF7FCB) is known color: Tea Rose. HEX triplet: FF, 7F and CB. RGB value is (255,127,203). Sum of RGB (Red+Green+Blue) = 255+127+203=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 127 (50% from 255 or 21.71% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7FCB is #008034. Grayscale: #ADADAD. Windows color (decimal): -32821 or 13336575. OLE color: 13336575.

HSL color Cylindrical-coordinate representation of color #FF7FCB: hue angle of 324.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF7FCB is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 203 -
CMYK 0 0.50 0.20 0
HSL 324.38º 1% 0.75% -
HSV(B) 324.38º 0.5% 1% -
XYZ 59.61 40.75 61.22 -
YUV 173.94 144.41 185.82 -
System Red Green Blue C M Y K H S L
Decimal 255 127 203 0 0.50 0.20 0 324.38 1 0.75
Hex FF 7F CB 0 32 14 0 144 64 4B
Octal 377 177 313 0 62 24 0 504 144 113
Binary 11111111 1111111 11001011 0 110010 10100 0 101000100 1100100 1001011

Color Harmonies of #FF7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7FCB

Black with #FF7FCB

Text Example


Text Example

White with #FF7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7FCB; }

 p { color: rgb(255,127,203); }

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

background-color css

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

 a { background-color: rgb(255,127,203); }

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

border-color css

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

 span { border-color: rgb(255,127,203); }

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