Html Css Color HEX #FA9BCB Carnation Pink

📋 copy color: '#FA9BCB'

red 250 ◦ green 155 ◦ blue 203

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

Shades of Carnation Pink #FA9BCB

Tints of Carnation Pink #FA9BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.39%

R = 41.12%
G = 25.49%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FA9BCB (or 0xFA9BCB) is known color: Carnation Pink. HEX triplet: FA, 9B and CB. RGB value is (250,155,203). Sum of RGB (Red+Green+Blue) = 250+155+203=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9BCB is #056434. Grayscale: #BCBCBC. Windows color (decimal): -353333 or 13343738. OLE color: 13343738.

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

Color convert

RGB 250 155 203 -
CMYK 0 0.38 0.19 0.02
HSL 329.68º 0.9% 0.79% -
HSV(B) 329.68º 0.38% 0.98% -
XYZ 61.93 48.08 62.52 -
YUV 188.88 135.97 171.6 -
System Red Green Blue C M Y K H S L
Decimal 250 155 203 0 0.38 0.19 0.02 329.68 0.9 0.79
Hex FA 9B CB 0 26 13 2 14A 5A 4F
Octal 372 233 313 0 46 23 2 512 132 117
Binary 11111010 10011011 11001011 0 100110 10011 10 101001010 1011010 1001111

Color Harmonies of #FA9BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9BCB

Black with #FA9BCB

Text Example


Text Example

White with #FA9BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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