Html Css Color HEX #FB94CF Tea Rose

📋 copy color: '#FB94CF'

red 251 ◦ green 148 ◦ blue 207

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

Shades of Tea Rose #FB94CF

Tints of Tea Rose #FB94CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.42%

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

R = 41.42%
G = 24.42%
B = 34.16%

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

#FB94CF (or 0xFB94CF) is known color: Tea Rose. HEX triplet: FB, 94 and CF. RGB value is (251,148,207). Sum of RGB (Red+Green+Blue) = 251+148+207=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 148 (58.20% from 255 or 24.42% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FB94CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB94CF is #046B30. Grayscale: #B9B9B9. Windows color (decimal): -289585 or 13604091. OLE color: 13604091.

HSL color Cylindrical-coordinate representation of color #FB94CF: hue angle of 325.63º 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 #FB94CF is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 148 207 -
CMYK 0 0.41 0.18 0.02
HSL 325.63º 0.93% 0.78% -
HSV(B) 325.63º 0.41% 0.98% -
XYZ 61.64 46.19 64.7 -
YUV 185.52 140.12 174.7 -
System Red Green Blue C M Y K H S L
Decimal 251 148 207 0 0.41 0.18 0.02 325.63 0.93 0.78
Hex FB 94 CF 0 29 12 2 146 5D 4E
Octal 373 224 317 0 51 22 2 506 135 116
Binary 11111011 10010100 11001111 0 101001 10010 10 101000110 1011101 1001110

Color Harmonies of #FB94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB94CF

Black with #FB94CF

Text Example


Text Example

White with #FB94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB94CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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