Html Css Color HEX #FA96CA Carnation Pink

📋 copy color: '#FA96CA'

red 250 ◦ green 150 ◦ blue 202

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

Shades of Carnation Pink #FA96CA

Tints of Carnation Pink #FA96CA

RGB

 RED value IS 250 (98.05% from 255) = 41.53%

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

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

R = 41.53%
G = 24.92%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA96CA (or 0xFA96CA) is known color: Carnation Pink. HEX triplet: FA, 96 and CA. RGB value is (250,150,202). Sum of RGB (Red+Green+Blue) = 250+150+202=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 150 (58.98% from 255 or 24.92% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA96CA is #056935. Grayscale: #B9B9B9. Windows color (decimal): -354614 or 13276922. OLE color: 13276922.

HSL color Cylindrical-coordinate representation of color #FA96CA: hue angle of 328.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96CA is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 202 -
CMYK 0 0.4 0.19 0.02
HSL 328.8º 0.91% 0.78% -
HSV(B) 328.8º 0.4% 0.98% -
XYZ 60.99 46.4 61.62 -
YUV 185.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 250 150 202 0 0.4 0.19 0.02 328.8 0.91 0.78
Hex FA 96 CA 0 28 13 2 149 5B 4E
Octal 372 226 312 0 50 23 2 511 133 116
Binary 11111010 10010110 11001010 0 101000 10011 10 101001001 1011011 1001110

Color Harmonies of #FA96CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA96CA

Black with #FA96CA

Text Example


Text Example

White with #FA96CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA96CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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