Html Css Color HEX #FB88CF Tea Rose

📋 copy color: '#FB88CF'

red 251 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #FB88CF

Tints of Tea Rose #FB88CF

RGB

 RED value IS 251 (98.44% from 255) = 42.26%

 GREEN value IS 136 (53.52% from 255) = 22.9%

 BLUE value IS 207 (81.25% from 255) = 34.85%

R = 42.26%
G = 22.9%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB88CF (or 0xFB88CF) is known color: Tea Rose. HEX triplet: FB, 88 and CF. RGB value is (251,136,207). Sum of RGB (Red+Green+Blue) = 251+136+207=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB88CF is #047730. Grayscale: #B2B2B2. Windows color (decimal): -292657 or 13601019. OLE color: 13601019.

HSL color Cylindrical-coordinate representation of color #FB88CF: hue angle of 322.96º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FB88CF is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 136 207 -
CMYK 0 0.46 0.18 0.02
HSL 322.96º 0.93% 0.76% -
HSV(B) 322.96º 0.46% 0.98% -
XYZ 59.85 42.62 64.1 -
YUV 178.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 251 136 207 0 0.46 0.18 0.02 322.96 0.93 0.76
Hex FB 88 CF 0 2E 12 2 143 5D 4C
Octal 373 210 317 0 56 22 2 503 135 114
Binary 11111011 10001000 11001111 0 101110 10010 10 101000011 1011101 1001100

Color Harmonies of #FB88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB88CF

Black with #FB88CF

Text Example


Text Example

White with #FB88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB88CF; }

 p { color: rgb(251,136,207); }

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

background-color css

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

 a { background-color: rgb(251,136,207); }

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

border-color css

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

 span { border-color: rgb(251,136,207); }

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