Html Css Color HEX #FFA8CA Carnation Pink

📋 copy color: '#FFA8CA'

red 255 ◦ green 168 ◦ blue 202

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

Shades of Carnation Pink #FFA8CA

Tints of Carnation Pink #FFA8CA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.88%

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

R = 40.8%
G = 26.88%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFA8CA (or 0xFFA8CA) is known color: Carnation Pink. HEX triplet: FF, A8 and CA. RGB value is (255,168,202). Sum of RGB (Red+Green+Blue) = 255+168+202=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 168 (66.02% from 255 or 26.88% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8CA is #005735. Grayscale: #C5C5C5. Windows color (decimal): -22326 or 13281535. OLE color: 13281535.

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

Color convert

RGB 255 168 202 -
CMYK 0 0.34 0.21 0
HSL 336.55º 1% 0.83% -
HSV(B) 336.55º 0.34% 1% -
XYZ 65.9 53.53 62.74 -
YUV 197.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 255 168 202 0 0.34 0.21 0 336.55 1 0.83
Hex FF A8 CA 0 22 15 0 151 64 53
Octal 377 250 312 0 42 25 0 521 144 123
Binary 11111111 10101000 11001010 0 100010 10101 0 101010001 1100100 1010011

Color Harmonies of #FFA8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8CA

Black with #FFA8CA

Text Example


Text Example

White with #FFA8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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