Html Css Color HEX #FAA5CA Carnation Pink

📋 copy color: '#FAA5CA'

red 250 ◦ green 165 ◦ blue 202

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

Shades of Carnation Pink #FAA5CA

Tints of Carnation Pink #FAA5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.74%

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

R = 40.52%
G = 26.74%
B = 32.74%

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

#FAA5CA (or 0xFAA5CA) is known color: Carnation Pink. HEX triplet: FA, A5 and CA. RGB value is (250,165,202). Sum of RGB (Red+Green+Blue) = 250+165+202=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 165 (64.84% from 255 or 26.74% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA5CA is #055A35. Grayscale: #C2C2C2. Windows color (decimal): -350774 or 13280762. OLE color: 13280762.

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

Color convert

RGB 250 165 202 -
CMYK 0 0.34 0.19 0.02
HSL 333.88º 0.89% 0.81% -
HSV(B) 333.88º 0.34% 0.98% -
XYZ 63.54 51.5 62.47 -
YUV 194.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 250 165 202 0 0.34 0.19 0.02 333.88 0.89 0.81
Hex FA A5 CA 0 22 13 2 14E 59 51
Octal 372 245 312 0 42 23 2 516 131 121
Binary 11111010 10100101 11001010 0 100010 10011 10 101001110 1011001 1010001

Color Harmonies of #FAA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA5CA

Black with #FAA5CA

Text Example


Text Example

White with #FAA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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