Html Css Color HEX #FB93CF Tea Rose

📋 copy color: '#FB93CF'

red 251 ◦ green 147 ◦ blue 207

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

Shades of Tea Rose #FB93CF

Tints of Tea Rose #FB93CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.3%

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

R = 41.49%
G = 24.3%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FB93CF (or 0xFB93CF) is known color: Tea Rose. HEX triplet: FB, 93 and CF. RGB value is (251,147,207). Sum of RGB (Red+Green+Blue) = 251+147+207=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB93CF is #046C30. Grayscale: #B8B8B8. Windows color (decimal): -289841 or 13603835. OLE color: 13603835.

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

Color convert

RGB 251 147 207 -
CMYK 0 0.41 0.18 0.02
HSL 325.38º 0.93% 0.78% -
HSV(B) 325.38º 0.41% 0.98% -
XYZ 61.48 45.88 64.65 -
YUV 184.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 251 147 207 0 0.41 0.18 0.02 325.38 0.93 0.78
Hex FB 93 CF 0 29 12 2 145 5D 4E
Octal 373 223 317 0 51 22 2 505 135 116
Binary 11111011 10010011 11001111 0 101001 10010 10 101000101 1011101 1001110

Color Harmonies of #FB93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB93CF

Black with #FB93CF

Text Example


Text Example

White with #FB93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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