Html Css Color HEX #FAA1CF Carnation Pink

📋 copy color: '#FAA1CF'

red 250 ◦ green 161 ◦ blue 207

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

Shades of Carnation Pink #FAA1CF

Tints of Carnation Pink #FAA1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 26.05%

 BLUE value IS 207 (81.25% from 255) = 33.5%

R = 40.45%
G = 26.05%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#FAA1CF (or 0xFAA1CF) is known color: Carnation Pink. HEX triplet: FA, A1 and CF. RGB value is (250,161,207). Sum of RGB (Red+Green+Blue) = 250+161+207=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA1CF is #055E30. Grayscale: #C0C0C0. Windows color (decimal): -351793 or 13607418. OLE color: 13607418.

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

Color convert

RGB 250 161 207 -
CMYK 0 0.36 0.17 0.02
HSL 328.99º 0.9% 0.81% -
HSV(B) 328.99º 0.36% 0.98% -
XYZ 63.43 50.32 65.4 -
YUV 192.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 250 161 207 0 0.36 0.17 0.02 328.99 0.9 0.81
Hex FA A1 CF 0 24 11 2 149 5A 51
Octal 372 241 317 0 44 21 2 511 132 121
Binary 11111010 10100001 11001111 0 100100 10001 10 101001001 1011010 1010001

Color Harmonies of #FAA1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA1CF

Black with #FAA1CF

Text Example


Text Example

White with #FAA1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA1CF; }

 p { color: rgb(250,161,207); }

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

background-color css

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

 a { background-color: rgb(250,161,207); }

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

border-color css

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

 span { border-color: rgb(250,161,207); }

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