Html Css Color HEX #FF96CC Carnation Pink

📋 copy color: '#FF96CC'

red 255 ◦ green 150 ◦ blue 204

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

Shades of Carnation Pink #FF96CC

Tints of Carnation Pink #FF96CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.5%

R = 41.87%
G = 24.63%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF96CC (or 0xFF96CC) is known color: Carnation Pink. HEX triplet: FF, 96 and CC. RGB value is (255,150,204). Sum of RGB (Red+Green+Blue) = 255+150+204=609 (80% of max value = 765). Red value is 255 (100% from 255 or 41.87% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CC is #006933. Grayscale: #BBBBBB. Windows color (decimal): -26932 or 13407999. OLE color: 13407999.

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

Color convert

RGB 255 150 204 -
CMYK 0 0.41 0.2 0
HSL 329.14º 1% 0.79% -
HSV(B) 329.14º 0.41% 1% -
XYZ 63.05 47.43 62.96 -
YUV 187.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 255 150 204 0 0.41 0.2 0 329.14 1 0.79
Hex FF 96 CC 0 29 14 0 149 64 4F
Octal 377 226 314 0 51 24 0 511 144 117
Binary 11111111 10010110 11001100 0 101001 10100 0 101001001 1100100 1001111

Color Harmonies of #FF96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96CC

Black with #FF96CC

Text Example


Text Example

White with #FF96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96CC; }

 p { color: rgb(255,150,204); }

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

background-color css

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

 a { background-color: rgb(255,150,204); }

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

border-color css

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

 span { border-color: rgb(255,150,204); }

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