Html Css Color HEX #FE7FCB Tea Rose

📋 copy color: '#FE7FCB'

red 254 ◦ green 127 ◦ blue 203

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

Shades of Tea Rose #FE7FCB

Tints of Tea Rose #FE7FCB

RGB

 RED value IS 254 (99.61% from 255) = 43.49%

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

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

R = 43.49%
G = 21.75%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE7FCB (or 0xFE7FCB) is known color: Tea Rose. HEX triplet: FE, 7F and CB. RGB value is (254,127,203). Sum of RGB (Red+Green+Blue) = 254+127+203=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 127 (50% from 255 or 21.75% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE7FCB is #018034. Grayscale: #ADADAD. Windows color (decimal): -98357 or 13336574. OLE color: 13336574.

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

Color convert

RGB 254 127 203 -
CMYK 0 0.50 0.20 0.00
HSL 324.09º 0.98% 0.75% -
HSV(B) 324.09º 0.5% 1% -
XYZ 59.24 40.56 61.21 -
YUV 173.64 144.58 185.32 -
System Red Green Blue C M Y K H S L
Decimal 254 127 203 0 0.50 0.20 0.00 324.09 0.98 0.75
Hex FE 7F CB 0 32 14 0 144 62 4B
Octal 376 177 313 0 62 24 0 504 142 113
Binary 11111110 1111111 11001011 0 110010 10100 0 101000100 1100010 1001011

Color Harmonies of #FE7FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7FCB

Black with #FE7FCB

Text Example


Text Example

White with #FE7FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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