Html Css Color HEX #FA99CC Carnation Pink

📋 copy color: '#FA99CC'

red 250 ◦ green 153 ◦ blue 204

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

Shades of Carnation Pink #FA99CC

Tints of Carnation Pink #FA99CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.21%

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

R = 41.19%
G = 25.21%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FA99CC (or 0xFA99CC) is known color: Carnation Pink. HEX triplet: FA, 99 and CC. RGB value is (250,153,204). Sum of RGB (Red+Green+Blue) = 250+153+204=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FA99CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA99CC is #056633. Grayscale: #BBBBBB. Windows color (decimal): -353844 or 13408762. OLE color: 13408762.

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

Color convert

RGB 250 153 204 -
CMYK 0 0.39 0.18 0.02
HSL 328.45º 0.91% 0.79% -
HSV(B) 328.45º 0.39% 0.98% -
XYZ 61.71 47.47 63.04 -
YUV 187.82 137.14 172.35 -
System Red Green Blue C M Y K H S L
Decimal 250 153 204 0 0.39 0.18 0.02 328.45 0.91 0.79
Hex FA 99 CC 0 27 12 2 148 5B 4F
Octal 372 231 314 0 47 22 2 510 133 117
Binary 11111010 10011001 11001100 0 100111 10010 10 101001000 1011011 1001111

Color Harmonies of #FA99CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA99CC

Black with #FA99CC

Text Example


Text Example

White with #FA99CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA99CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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