Html Css Color HEX #FFA4C3 Carnation Pink

📋 copy color: '#FFA4C3'

red 255 ◦ green 164 ◦ blue 195

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

Shades of Carnation Pink #FFA4C3

Tints of Carnation Pink #FFA4C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 31.76%

R = 41.53%
G = 26.71%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFA4C3 (or 0xFFA4C3) is known color: Carnation Pink. HEX triplet: FF, A4 and C3. RGB value is (255,164,195). Sum of RGB (Red+Green+Blue) = 255+164+195=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 195 (76.56% from 255 or 31.76% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4C3 is #005B3C. Grayscale: #C2C2C2. Windows color (decimal): -23357 or 12821759. OLE color: 12821759.

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

Color convert

RGB 255 164 195 -
CMYK 0 0.36 0.24 0
HSL 339.56º 1% 0.82% -
HSV(B) 339.56º 0.36% 1% -
XYZ 64.37 51.75 58.23 -
YUV 194.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 255 164 195 0 0.36 0.24 0 339.56 1 0.82
Hex FF A4 C3 0 24 18 0 154 64 52
Octal 377 244 303 0 44 30 0 524 144 122
Binary 11111111 10100100 11000011 0 100100 11000 0 101010100 1100100 1010010

Color Harmonies of #FFA4C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4C3

Black with #FFA4C3

Text Example


Text Example

White with #FFA4C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4C3; }

 p { color: rgb(255,164,195); }

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

background-color css

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

 a { background-color: rgb(255,164,195); }

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

border-color css

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

 span { border-color: rgb(255,164,195); }

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