Html Css Color HEX #FA9FCC Carnation Pink

📋 copy color: '#FA9FCC'

red 250 ◦ green 159 ◦ blue 204

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

Shades of Carnation Pink #FA9FCC

Tints of Carnation Pink #FA9FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.94%

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

R = 40.78%
G = 25.94%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA9FCC (or 0xFA9FCC) is known color: Carnation Pink. HEX triplet: FA, 9F and CC. RGB value is (250,159,204). Sum of RGB (Red+Green+Blue) = 250+159+204=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9FCC is #056033. Grayscale: #BFBFBF. Windows color (decimal): -352308 or 13410298. OLE color: 13410298.

HSL color Cylindrical-coordinate representation of color #FA9FCC: hue angle of 330.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FA9FCC is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 159 204 -
CMYK 0 0.36 0.18 0.02
HSL 330.33º 0.9% 0.8% -
HSV(B) 330.33º 0.36% 0.98% -
XYZ 62.72 49.48 63.37 -
YUV 191.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 250 159 204 0 0.36 0.18 0.02 330.33 0.9 0.8
Hex FA 9F CC 0 24 12 2 14A 5A 50
Octal 372 237 314 0 44 22 2 512 132 120
Binary 11111010 10011111 11001100 0 100100 10010 10 101001010 1011010 1010000

Color Harmonies of #FA9FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9FCC

Black with #FA9FCC

Text Example


Text Example

White with #FA9FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9FCC; }

 p { color: rgb(250,159,204); }

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

background-color css

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

 a { background-color: rgb(250,159,204); }

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

border-color css

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

 span { border-color: rgb(250,159,204); }

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