Html Css Color HEX #FAA4CB Carnation Pink

📋 copy color: '#FAA4CB'

red 250 ◦ green 164 ◦ blue 203

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

Shades of Carnation Pink #FAA4CB

Tints of Carnation Pink #FAA4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.58%

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

R = 40.52%
G = 26.58%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FAA4CB (or 0xFAA4CB) is known color: Carnation Pink. HEX triplet: FA, A4 and CB. RGB value is (250,164,203). Sum of RGB (Red+Green+Blue) = 250+164+203=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA4CB is #055B34. Grayscale: #C2C2C2. Windows color (decimal): -351029 or 13346042. OLE color: 13346042.

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

Color convert

RGB 250 164 203 -
CMYK 0 0.34 0.19 0.02
HSL 332.79º 0.9% 0.81% -
HSV(B) 332.79º 0.34% 0.98% -
XYZ 63.48 51.19 63.03 -
YUV 194.16 132.99 167.83 -
System Red Green Blue C M Y K H S L
Decimal 250 164 203 0 0.34 0.19 0.02 332.79 0.9 0.81
Hex FA A4 CB 0 22 13 2 14D 5A 51
Octal 372 244 313 0 42 23 2 515 132 121
Binary 11111010 10100100 11001011 0 100010 10011 10 101001101 1011010 1010001

Color Harmonies of #FAA4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA4CB

Black with #FAA4CB

Text Example


Text Example

White with #FAA4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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