Html Css Color HEX #FA9CCB Carnation Pink

📋 copy color: '#FA9CCB'

red 250 ◦ green 156 ◦ blue 203

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

Shades of Carnation Pink #FA9CCB

Tints of Carnation Pink #FA9CCB

RGB

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

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

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

R = 41.05%
G = 25.62%
B = 33.33%

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

#FA9CCB (or 0xFA9CCB) is known color: Carnation Pink. HEX triplet: FA, 9C and CB. RGB value is (250,156,203). Sum of RGB (Red+Green+Blue) = 250+156+203=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9CCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FA9CCB is #056334. Grayscale: #BDBDBD. Windows color (decimal): -353077 or 13343994. OLE color: 13343994.

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

Color convert

RGB 250 156 203 -
CMYK 0 0.38 0.19 0.02
HSL 330º 0.9% 0.8% -
HSV(B) 330º 0.38% 0.98% -
XYZ 62.09 48.41 62.57 -
YUV 189.46 135.64 171.18 -
System Red Green Blue C M Y K H S L
Decimal 250 156 203 0 0.38 0.19 0.02 330 0.9 0.8
Hex FA 9C CB 0 26 13 2 14A 5A 50
Octal 372 234 313 0 46 23 2 512 132 120
Binary 11111010 10011100 11001011 0 100110 10011 10 101001010 1011010 1010000

Color Harmonies of #FA9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9CCB

Black with #FA9CCB

Text Example


Text Example

White with #FA9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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