Html Css Color HEX #FAA3CC Carnation Pink

📋 copy color: '#FAA3CC'

red 250 ◦ green 163 ◦ blue 204

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

Shades of Carnation Pink #FAA3CC

Tints of Carnation Pink #FAA3CC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.42%

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 40.52%
G = 26.42%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FAA3CC (or 0xFAA3CC) is known color: Carnation Pink. HEX triplet: FA, A3 and CC. RGB value is (250,163,204). Sum of RGB (Red+Green+Blue) = 250+163+204=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA3CC is #055C33. Grayscale: #C1C1C1. Windows color (decimal): -351284 or 13411322. OLE color: 13411322.

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

Color convert

RGB 250 163 204 -
CMYK 0 0.35 0.18 0.02
HSL 331.72º 0.9% 0.81% -
HSV(B) 331.72º 0.35% 0.98% -
XYZ 63.42 50.88 63.6 -
YUV 193.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 250 163 204 0 0.35 0.18 0.02 331.72 0.9 0.81
Hex FA A3 CC 0 23 12 2 14C 5A 51
Octal 372 243 314 0 43 22 2 514 132 121
Binary 11111010 10100011 11001100 0 100011 10010 10 101001100 1011010 1010001

Color Harmonies of #FAA3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA3CC

Black with #FAA3CC

Text Example


Text Example

White with #FAA3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA3CC; }

 p { color: rgb(250,163,204); }

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

background-color css

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

 a { background-color: rgb(250,163,204); }

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

border-color css

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

 span { border-color: rgb(250,163,204); }

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