Html Css Color HEX #FE96BD Carnation Pink

📋 copy color: '#FE96BD'

red 254 ◦ green 150 ◦ blue 189

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

Shades of Carnation Pink #FE96BD

Tints of Carnation Pink #FE96BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 31.87%

R = 42.83%
G = 25.3%
B = 31.87%

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

#FE96BD (or 0xFE96BD) is known color: Carnation Pink. HEX triplet: FE, 96 and BD. RGB value is (254,150,189). Sum of RGB (Red+Green+Blue) = 254+150+189=593 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.83% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 254 - color contains mainly: red. Hex color #FE96BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE96BD is #016942. Grayscale: #B9B9B9. Windows color (decimal): -92483 or 12424958. OLE color: 12424958.

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

Color convert

RGB 254 150 189 -
CMYK 0 0.41 0.26 0.00
HSL 337.5º 0.98% 0.79% -
HSV(B) 337.5º 0.41% 1% -
XYZ 60.96 46.56 53.92 -
YUV 185.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 254 150 189 0 0.41 0.26 0.00 337.5 0.98 0.79
Hex FE 96 BD 0 29 1A 0 152 62 4F
Octal 376 226 275 0 51 32 0 522 142 117
Binary 11111110 10010110 10111101 0 101001 11010 0 101010010 1100010 1001111

Color Harmonies of #FE96BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE96BD

Black with #FE96BD

Text Example


Text Example

White with #FE96BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE96BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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