Html Css Color HEX #FF96CF Carnation Pink

📋 copy color: '#FF96CF'

red 255 ◦ green 150 ◦ blue 207

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

Shades of Carnation Pink #FF96CF

Tints of Carnation Pink #FF96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 41.67%
G = 24.51%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF96CF (or 0xFF96CF) is known color: Carnation Pink. HEX triplet: FF, 96 and CF. RGB value is (255,150,207). Sum of RGB (Red+Green+Blue) = 255+150+207=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CF is #006930. Grayscale: #BBBBBB. Windows color (decimal): -26929 or 13604607. OLE color: 13604607.

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

Color convert

RGB 255 150 207 -
CMYK 0 0.41 0.19 0
HSL 327.43º 1% 0.79% -
HSV(B) 327.43º 0.41% 1% -
XYZ 63.41 47.58 64.87 -
YUV 187.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 255 150 207 0 0.41 0.19 0 327.43 1 0.79
Hex FF 96 CF 0 29 13 0 147 64 4F
Octal 377 226 317 0 51 23 0 507 144 117
Binary 11111111 10010110 11001111 0 101001 10011 0 101000111 1100100 1001111

Color Harmonies of #FF96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96CF

Black with #FF96CF

Text Example


Text Example

White with #FF96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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