Html Css Color HEX #FF7DCB Tea Rose

📋 copy color: '#FF7DCB'

red 255 ◦ green 125 ◦ blue 203

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

Shades of Tea Rose #FF7DCB

Tints of Tea Rose #FF7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.44%

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

R = 43.74%
G = 21.44%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF7DCB (or 0xFF7DCB) is known color: Tea Rose. HEX triplet: FF, 7D and CB. RGB value is (255,125,203). Sum of RGB (Red+Green+Blue) = 255+125+203=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCB is #008234. Grayscale: #ACACAC. Windows color (decimal): -33333 or 13336063. OLE color: 13336063.

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

Color convert

RGB 255 125 203 -
CMYK 0 0.51 0.20 0
HSL 324º 1% 0.75% -
HSV(B) 324º 0.51% 1% -
XYZ 59.35 40.24 61.14 -
YUV 172.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 255 125 203 0 0.51 0.20 0 324 1 0.75
Hex FF 7D CB 0 33 14 0 144 64 4B
Octal 377 175 313 0 63 24 0 504 144 113
Binary 11111111 1111101 11001011 0 110011 10100 0 101000100 1100100 1001011

Color Harmonies of #FF7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DCB

Black with #FF7DCB

Text Example


Text Example

White with #FF7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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