Html Css Color HEX #FFA4CA Carnation Pink

📋 copy color: '#FFA4CA'

red 255 ◦ green 164 ◦ blue 202

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

Shades of Carnation Pink #FFA4CA

Tints of Carnation Pink #FFA4CA

RGB

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

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

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

R = 41.06%
G = 26.41%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA4CA (or 0xFFA4CA) is known color: Carnation Pink. HEX triplet: FF, A4 and CA. RGB value is (255,164,202). Sum of RGB (Red+Green+Blue) = 255+164+202=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 164 (64.45% from 255 or 26.41% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA4CA is #005B35. Grayscale: #C3C3C3. Windows color (decimal): -23350 or 13280511. OLE color: 13280511.

HSL color Cylindrical-coordinate representation of color #FFA4CA: hue angle of 334.95º 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 #FFA4CA is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 202 -
CMYK 0 0.36 0.21 0
HSL 334.95º 1% 0.82% -
HSV(B) 334.95º 0.36% 1% -
XYZ 65.18 52.08 62.49 -
YUV 195.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 255 164 202 0 0.36 0.21 0 334.95 1 0.82
Hex FF A4 CA 0 24 15 0 14F 64 52
Octal 377 244 312 0 44 25 0 517 144 122
Binary 11111111 10100100 11001010 0 100100 10101 0 101001111 1100100 1010010

Color Harmonies of #FFA4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA4CA

Black with #FFA4CA

Text Example


Text Example

White with #FFA4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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