Html Css Color HEX #FA9BCC Carnation Pink

📋 copy color: '#FA9BCC'

red 250 ◦ green 155 ◦ blue 204

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

Shades of Carnation Pink #FA9BCC

Tints of Carnation Pink #FA9BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.45%

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

R = 41.05%
G = 25.45%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA9BCC (or 0xFA9BCC) is known color: Carnation Pink. HEX triplet: FA, 9B and CC. RGB value is (250,155,204). Sum of RGB (Red+Green+Blue) = 250+155+204=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BCC is #056433. Grayscale: #BCBCBC. Windows color (decimal): -353332 or 13409274. OLE color: 13409274.

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

Color convert

RGB 250 155 204 -
CMYK 0 0.38 0.18 0.02
HSL 329.05º 0.9% 0.79% -
HSV(B) 329.05º 0.38% 0.98% -
XYZ 62.04 48.13 63.15 -
YUV 188.99 136.47 171.52 -
System Red Green Blue C M Y K H S L
Decimal 250 155 204 0 0.38 0.18 0.02 329.05 0.9 0.79
Hex FA 9B CC 0 26 12 2 149 5A 4F
Octal 372 233 314 0 46 22 2 511 132 117
Binary 11111010 10011011 11001100 0 100110 10010 10 101001001 1011010 1001111

Color Harmonies of #FA9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BCC

Black with #FA9BCC

Text Example


Text Example

White with #FA9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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