Html Css Color HEX #FA9AC0 Carnation Pink

📋 copy color: '#FA9AC0'

red 250 ◦ green 154 ◦ blue 192

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

Shades of Carnation Pink #FA9AC0

Tints of Carnation Pink #FA9AC0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.84%

 BLUE value IS 192 (75.39% from 255) = 32.21%

R = 41.95%
G = 25.84%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#FA9AC0 (or 0xFA9AC0) is known color: Carnation Pink. HEX triplet: FA, 9A and C0. RGB value is (250,154,192). Sum of RGB (Red+Green+Blue) = 250+154+192=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9AC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9AC0 is #05653F. Grayscale: #BABABA. Windows color (decimal): -353600 or 12622586. OLE color: 12622586.

HSL color Cylindrical-coordinate representation of color #FA9AC0: hue angle of 336.25º degrees, saturation: 0.91, 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 #FA9AC0 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 154 192 -
CMYK 0 0.38 0.23 0.02
HSL 336.25º 0.91% 0.79% -
HSV(B) 336.25º 0.38% 0.98% -
XYZ 60.49 47.24 55.8 -
YUV 187.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 250 154 192 0 0.38 0.23 0.02 336.25 0.91 0.79
Hex FA 9A C0 0 26 17 2 150 5B 4F
Octal 372 232 300 0 46 27 2 520 133 117
Binary 11111010 10011010 11000000 0 100110 10111 10 101010000 1011011 1001111

Color Harmonies of #FA9AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9AC0

Black with #FA9AC0

Text Example


Text Example

White with #FA9AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9AC0; }

 p { color: rgb(250,154,192); }

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

background-color css

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

 a { background-color: rgb(250,154,192); }

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

border-color css

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

 span { border-color: rgb(250,154,192); }

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