Html Css Color HEX #FAABCB Carnation Pink

📋 copy color: '#FAABCB'

red 250 ◦ green 171 ◦ blue 203

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

Shades of Carnation Pink #FAABCB

Tints of Carnation Pink #FAABCB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.4%

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

R = 40.06%
G = 27.4%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAABCB (or 0xFAABCB) is known color: Carnation Pink. HEX triplet: FA, AB and CB. RGB value is (250,171,203). Sum of RGB (Red+Green+Blue) = 250+171+203=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 171 (67.19% from 255 or 27.40% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABCB is #055434. Grayscale: #C6C6C6. Windows color (decimal): -349237 or 13347834. OLE color: 13347834.

HSL color Cylindrical-coordinate representation of color #FAABCB: hue angle of 335.7º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABCB is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 171 203 -
CMYK 0 0.32 0.19 0.02
HSL 335.7º 0.89% 0.83% -
HSV(B) 335.7º 0.32% 0.98% -
XYZ 64.77 53.76 63.46 -
YUV 198.27 130.67 164.9 -
System Red Green Blue C M Y K H S L
Decimal 250 171 203 0 0.32 0.19 0.02 335.7 0.89 0.83
Hex FA AB CB 0 20 13 2 150 59 53
Octal 372 253 313 0 40 23 2 520 131 123
Binary 11111010 10101011 11001011 0 100000 10011 10 101010000 1011001 1010011

Color Harmonies of #FAABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABCB

Black with #FAABCB

Text Example


Text Example

White with #FAABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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