Html Css Color HEX #FF88CF Tea Rose

📋 copy color: '#FF88CF'

red 255 ◦ green 136 ◦ blue 207

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

Shades of Tea Rose #FF88CF

Tints of Tea Rose #FF88CF

RGB

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

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

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

R = 42.64%
G = 22.74%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF88CF (or 0xFF88CF) is known color: Tea Rose. HEX triplet: FF, 88 and CF. RGB value is (255,136,207). Sum of RGB (Red+Green+Blue) = 255+136+207=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FF88CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF88CF is #007730. Grayscale: #B3B3B3. Windows color (decimal): -30513 or 13601023. OLE color: 13601023.

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

Color convert

RGB 255 136 207 -
CMYK 0 0.47 0.19 0
HSL 324.2º 1% 0.77% -
HSV(B) 324.2º 0.47% 1% -
XYZ 61.31 43.37 64.17 -
YUV 179.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 255 136 207 0 0.47 0.19 0 324.2 1 0.77
Hex FF 88 CF 0 2F 13 0 144 64 4D
Octal 377 210 317 0 57 23 0 504 144 115
Binary 11111111 10001000 11001111 0 101111 10011 0 101000100 1100100 1001101

Color Harmonies of #FF88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF88CF

Black with #FF88CF

Text Example


Text Example

White with #FF88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF88CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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