Html Css Color HEX #FFA8CF Carnation Pink

📋 copy color: '#FFA8CF'

red 255 ◦ green 168 ◦ blue 207

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

Shades of Carnation Pink #FFA8CF

Tints of Carnation Pink #FFA8CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 32.86%

R = 40.48%
G = 26.67%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA8CF (or 0xFFA8CF) is known color: Carnation Pink. HEX triplet: FF, A8 and CF. RGB value is (255,168,207). Sum of RGB (Red+Green+Blue) = 255+168+207=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 168 (66.02% from 255 or 26.67% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA8CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA8CF is #005730. Grayscale: #C6C6C6. Windows color (decimal): -22321 or 13609215. OLE color: 13609215.

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

Color convert

RGB 255 168 207 -
CMYK 0 0.34 0.19 0
HSL 333.1º 1% 0.83% -
HSV(B) 333.1º 0.34% 1% -
XYZ 66.51 53.77 65.9 -
YUV 198.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 255 168 207 0 0.34 0.19 0 333.1 1 0.83
Hex FF A8 CF 0 22 13 0 14D 64 53
Octal 377 250 317 0 42 23 0 515 144 123
Binary 11111111 10101000 11001111 0 100010 10011 0 101001101 1100100 1010011

Color Harmonies of #FFA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA8CF

Black with #FFA8CF

Text Example


Text Example

White with #FFA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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