Html Css Color HEX #FD8CBB Tea Rose

📋 copy color: '#FD8CBB'

red 253 ◦ green 140 ◦ blue 187

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

Shades of Tea Rose #FD8CBB

Tints of Tea Rose #FD8CBB

RGB

 RED value IS 253 (99.22% from 255) = 43.62%

 GREEN value IS 140 (55.08% from 255) = 24.14%

 BLUE value IS 187 (73.44% from 255) = 32.24%

R = 43.62%
G = 24.14%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD8CBB (or 0xFD8CBB) is known color: Tea Rose. HEX triplet: FD, 8C and BB. RGB value is (253,140,187). Sum of RGB (Red+Green+Blue) = 253+140+187=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD8CBB is #027344. Grayscale: #B3B3B3. Windows color (decimal): -160581 or 12291325. OLE color: 12291325.

HSL color Cylindrical-coordinate representation of color #FD8CBB: hue angle of 335.04º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8CBB is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 140 187 -
CMYK 0 0.45 0.26 0.01
HSL 335.04º 0.97% 0.77% -
HSV(B) 335.04º 0.45% 0.99% -
XYZ 58.86 43.23 52.26 -
YUV 179.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 253 140 187 0 0.45 0.26 0.01 335.04 0.97 0.77
Hex FD 8C BB 0 2D 1A 1 14F 61 4D
Octal 375 214 273 0 55 32 1 517 141 115
Binary 11111101 10001100 10111011 0 101101 11010 1 101001111 1100001 1001101

Color Harmonies of #FD8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8CBB

Black with #FD8CBB

Text Example


Text Example

White with #FD8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8CBB; }

 p { color: rgb(253,140,187); }

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

background-color css

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

 a { background-color: rgb(253,140,187); }

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

border-color css

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

 span { border-color: rgb(253,140,187); }

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