Html Css Color HEX #FF96D2 Carnation Pink

📋 copy color: '#FF96D2'

red 255 ◦ green 150 ◦ blue 210

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

Shades of Carnation Pink #FF96D2

Tints of Carnation Pink #FF96D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.15%

R = 41.46%
G = 24.39%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF96D2 (or 0xFF96D2) is known color: Carnation Pink. HEX triplet: FF, 96 and D2. RGB value is (255,150,210). Sum of RGB (Red+Green+Blue) = 255+150+210=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 150 (58.98% from 255 or 24.39% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96D2 is #00692D. Grayscale: #BCBCBC. Windows color (decimal): -26926 or 13801215. OLE color: 13801215.

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

Color convert

RGB 255 150 210 -
CMYK 0 0.41 0.18 0
HSL 325.71º 1% 0.79% -
HSV(B) 325.71º 0.41% 1% -
XYZ 63.78 47.73 66.82 -
YUV 188.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 255 150 210 0 0.41 0.18 0 325.71 1 0.79
Hex FF 96 D2 0 29 12 0 146 64 4F
Octal 377 226 322 0 51 22 0 506 144 117
Binary 11111111 10010110 11010010 0 101001 10010 0 101000110 1100100 1001111

Color Harmonies of #FF96D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96D2

Black with #FF96D2

Text Example


Text Example

White with #FF96D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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