Html Css Color HEX #FA9CBF Carnation Pink

📋 copy color: '#FA9CBF'

red 250 ◦ green 156 ◦ blue 191

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

Shades of Carnation Pink #FA9CBF

Tints of Carnation Pink #FA9CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.13%

 BLUE value IS 191 (75% from 255) = 31.99%

R = 41.88%
G = 26.13%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#FA9CBF (or 0xFA9CBF) is known color: Carnation Pink. HEX triplet: FA, 9C and BF. RGB value is (250,156,191). Sum of RGB (Red+Green+Blue) = 250+156+191=597 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.88% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CBF is #056340. Grayscale: #BCBCBC. Windows color (decimal): -353089 or 12557562. OLE color: 12557562.

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

Color convert

RGB 250 156 191 -
CMYK 0 0.38 0.24 0.02
HSL 337.66º 0.9% 0.8% -
HSV(B) 337.66º 0.38% 0.98% -
XYZ 60.72 47.86 55.33 -
YUV 188.1 129.64 172.15 -
System Red Green Blue C M Y K H S L
Decimal 250 156 191 0 0.38 0.24 0.02 337.66 0.9 0.8
Hex FA 9C BF 0 26 18 2 152 5A 50
Octal 372 234 277 0 46 30 2 522 132 120
Binary 11111010 10011100 10111111 0 100110 11000 10 101010010 1011010 1010000

Color Harmonies of #FA9CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CBF

Black with #FA9CBF

Text Example


Text Example

White with #FA9CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CBF; }

 p { color: rgb(250,156,191); }

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

background-color css

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

 a { background-color: rgb(250,156,191); }

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

border-color css

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

 span { border-color: rgb(250,156,191); }

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