Html Css Color HEX #FA9BBC Carnation Pink

📋 copy color: '#FA9BBC'

red 250 ◦ green 155 ◦ blue 188

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

Shades of Carnation Pink #FA9BBC

Tints of Carnation Pink #FA9BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 31.7%

R = 42.16%
G = 26.14%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FA9BBC (or 0xFA9BBC) is known color: Carnation Pink. HEX triplet: FA, 9B and BC. RGB value is (250,155,188). Sum of RGB (Red+Green+Blue) = 250+155+188=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BBC is #056443. Grayscale: #BBBBBB. Windows color (decimal): -353348 or 12360698. OLE color: 12360698.

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

Color convert

RGB 250 155 188 -
CMYK 0 0.38 0.25 0.02
HSL 339.16º 0.9% 0.79% -
HSV(B) 339.16º 0.38% 0.98% -
XYZ 60.22 47.4 53.55 -
YUV 187.17 128.47 172.82 -
System Red Green Blue C M Y K H S L
Decimal 250 155 188 0 0.38 0.25 0.02 339.16 0.9 0.79
Hex FA 9B BC 0 26 19 2 153 5A 4F
Octal 372 233 274 0 46 31 2 523 132 117
Binary 11111010 10011011 10111100 0 100110 11001 10 101010011 1011010 1001111

Color Harmonies of #FA9BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BBC

Black with #FA9BBC

Text Example


Text Example

White with #FA9BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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