Html Css Color HEX #FF94BE Carnation Pink

📋 copy color: '#FF94BE'

red 255 ◦ green 148 ◦ blue 190

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

Shades of Carnation Pink #FF94BE

Tints of Carnation Pink #FF94BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.04%

R = 43%
G = 24.96%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF94BE (or 0xFF94BE) is known color: Carnation Pink. HEX triplet: FF, 94 and BE. RGB value is (255,148,190). Sum of RGB (Red+Green+Blue) = 255+148+190=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF94BE is #006B41. Grayscale: #B8B8B8. Windows color (decimal): -27458 or 12489983. OLE color: 12489983.

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

Color convert

RGB 255 148 190 -
CMYK 0 0.42 0.25 0
HSL 336.45º 1% 0.79% -
HSV(B) 336.45º 0.42% 1% -
XYZ 61.12 46.16 54.4 -
YUV 184.78 130.95 178.08 -
System Red Green Blue C M Y K H S L
Decimal 255 148 190 0 0.42 0.25 0 336.45 1 0.79
Hex FF 94 BE 0 2A 19 0 150 64 4F
Octal 377 224 276 0 52 31 0 520 144 117
Binary 11111111 10010100 10111110 0 101010 11001 0 101010000 1100100 1001111

Color Harmonies of #FF94BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF94BE

Black with #FF94BE

Text Example


Text Example

White with #FF94BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF94BE; }

 p { color: rgb(255,148,190); }

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

background-color css

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

 a { background-color: rgb(255,148,190); }

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

border-color css

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

 span { border-color: rgb(255,148,190); }

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