Html Css Color HEX #FF96CA Carnation Pink

📋 copy color: '#FF96CA'

red 255 ◦ green 150 ◦ blue 202

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

Shades of Carnation Pink #FF96CA

Tints of Carnation Pink #FF96CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.28%

R = 42.01%
G = 24.71%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF96CA (or 0xFF96CA) is known color: Carnation Pink. HEX triplet: FF, 96 and CA. RGB value is (255,150,202). Sum of RGB (Red+Green+Blue) = 255+150+202=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 150 (58.98% from 255 or 24.71% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF96CA is #006935. Grayscale: #BBBBBB. Windows color (decimal): -26934 or 13276927. OLE color: 13276927.

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

Color convert

RGB 255 150 202 -
CMYK 0 0.41 0.21 0
HSL 330.29º 1% 0.79% -
HSV(B) 330.29º 0.41% 1% -
XYZ 62.81 47.34 61.7 -
YUV 187.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 255 150 202 0 0.41 0.21 0 330.29 1 0.79
Hex FF 96 CA 0 29 15 0 14A 64 4F
Octal 377 226 312 0 51 25 0 512 144 117
Binary 11111111 10010110 11001010 0 101001 10101 0 101001010 1100100 1001111

Color Harmonies of #FF96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF96CA

Black with #FF96CA

Text Example


Text Example

White with #FF96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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