Html Css Color HEX #FAABCA Carnation Pink

📋 copy color: '#FAABCA'

red 250 ◦ green 171 ◦ blue 202

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

Shades of Carnation Pink #FAABCA

Tints of Carnation Pink #FAABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.42%

R = 40.13%
G = 27.45%
B = 32.42%

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

#FAABCA (or 0xFAABCA) is known color: Carnation Pink. HEX triplet: FA, AB and CA. RGB value is (250,171,202). Sum of RGB (Red+Green+Blue) = 250+171+202=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 202 (79.30% from 255 or 32.42% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABCA is #055435. Grayscale: #C6C6C6. Windows color (decimal): -349238 or 13282298. OLE color: 13282298.

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

Color convert

RGB 250 171 202 -
CMYK 0 0.32 0.19 0.02
HSL 336.46º 0.89% 0.83% -
HSV(B) 336.46º 0.32% 0.98% -
XYZ 64.65 53.71 62.84 -
YUV 198.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 250 171 202 0 0.32 0.19 0.02 336.46 0.89 0.83
Hex FA AB CA 0 20 13 2 150 59 53
Octal 372 253 312 0 40 23 2 520 131 123
Binary 11111010 10101011 11001010 0 100000 10011 10 101010000 1011001 1010011

Color Harmonies of #FAABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAABCA

Black with #FAABCA

Text Example


Text Example

White with #FAABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAABCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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