#FB7D7E

Color #FB7D7E Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #FB7D7E

Tints of Froly #FB7D7E

Color information

#FB7D7E (or 0xFB7D7E) is unknown color: approx Froly. HEX triplet: FB, 7D and 7E. RGB value is (251,125,126). Sum of RGB (Red+Green+Blue) = 251+125+126=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7D7E is #048281. Grayscale: #A2A2A2. Windows color (decimal): -295554 or 8289787. OLE color: 8289787.

HSL color Cylindrical-coordinate representation of color #FB7D7E: hue angle of 359.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB7D7E is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB251125126-
CMYK00.500.500.02
HSL359.52º94.03%73.73%-
HSV(B)359.52º50.2%98.43%-
XYZ50.8836.6824.14-
YUV162.79107.24190.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=50%
G=24.90%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25112512600.500.500.02359.5294.0373.73
HexFB7D7E0323221685e4a
Octal373175176062622550136112
Binary111110111111101111111001100101100101010110100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB7D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB7D7E; }

 p { color: rgb(251,125,126); }

 H1.HeaderClassName
 {
   color: #FB7D7E;
 }
 .AnyTagClassName
 {
   color: #FB7D7E;
 }
</style>
background-color css

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

 a { background-color: rgb(251,125,126); }

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

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

 span { border-color: rgb(251,125,126); }

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