Html Css Color HEX #FFA1CA Carnation Pink

📋 copy color: '#FFA1CA'

red 255 ◦ green 161 ◦ blue 202

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

Shades of Carnation Pink #FFA1CA

Tints of Carnation Pink #FFA1CA

RGB

 RED value IS 255 (100% from 255) = 41.26%

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

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

R = 41.26%
G = 26.05%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA1CA (or 0xFFA1CA) is known color: Carnation Pink. HEX triplet: FF, A1 and CA. RGB value is (255,161,202). Sum of RGB (Red+Green+Blue) = 255+161+202=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA1CA is #005E35. Grayscale: #C1C1C1. Windows color (decimal): -24118 or 13279743. OLE color: 13279743.

HSL color Cylindrical-coordinate representation of color #FFA1CA: hue angle of 333.83º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1CA is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 202 -
CMYK 0 0.37 0.21 0
HSL 333.83º 1% 0.82% -
HSV(B) 333.83º 0.37% 1% -
XYZ 64.65 51.01 62.32 -
YUV 193.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 255 161 202 0 0.37 0.21 0 333.83 1 0.82
Hex FF A1 CA 0 25 15 0 14E 64 52
Octal 377 241 312 0 45 25 0 516 144 122
Binary 11111111 10100001 11001010 0 100101 10101 0 101001110 1100100 1010010

Color Harmonies of #FFA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1CA

Black with #FFA1CA

Text Example


Text Example

White with #FFA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1CA; }

 p { color: rgb(255,161,202); }

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

background-color css

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

 a { background-color: rgb(255,161,202); }

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

border-color css

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

 span { border-color: rgb(255,161,202); }

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