Html Css Color HEX #FE96BC Carnation Pink

📋 copy color: '#FE96BC'

red 254 ◦ green 150 ◦ blue 188

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

Shades of Carnation Pink #FE96BC

Tints of Carnation Pink #FE96BC

RGB

 RED value IS 254 (99.61% from 255) = 42.91%

 GREEN value IS 150 (58.98% from 255) = 25.34%

 BLUE value IS 188 (73.83% from 255) = 31.76%

R = 42.91%
G = 25.34%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.00

RGB Variations

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

Color information

#FE96BC (or 0xFE96BC) is known color: Carnation Pink. HEX triplet: FE, 96 and BC. RGB value is (254,150,188). Sum of RGB (Red+Green+Blue) = 254+150+188=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 188 (73.83% from 255 or 31.76% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96BC is #016943. Grayscale: #B9B9B9. Windows color (decimal): -92484 or 12359422. OLE color: 12359422.

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

Color convert

RGB 254 150 188 -
CMYK 0 0.41 0.26 0.00
HSL 338.08º 0.98% 0.79% -
HSV(B) 338.08º 0.41% 1% -
XYZ 60.86 46.51 53.35 -
YUV 185.43 129.46 176.91 -
System Red Green Blue C M Y K H S L
Decimal 254 150 188 0 0.41 0.26 0.00 338.08 0.98 0.79
Hex FE 96 BC 0 29 1A 0 152 62 4F
Octal 376 226 274 0 51 32 0 522 142 117
Binary 11111110 10010110 10111100 0 101001 11010 0 101010010 1100010 1001111

Color Harmonies of #FE96BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96BC

Black with #FE96BC

Text Example


Text Example

White with #FE96BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96BC; }

 p { color: rgb(254,150,188); }

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

background-color css

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

 a { background-color: rgb(254,150,188); }

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

border-color css

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

 span { border-color: rgb(254,150,188); }

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