Html Css Color HEX #FFA7CF Carnation Pink

📋 copy color: '#FFA7CF'

red 255 ◦ green 167 ◦ blue 207

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

Shades of Carnation Pink #FFA7CF

Tints of Carnation Pink #FFA7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.55%

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

R = 40.54%
G = 26.55%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFA7CF (or 0xFFA7CF) is known color: Carnation Pink. HEX triplet: FF, A7 and CF. RGB value is (255,167,207). Sum of RGB (Red+Green+Blue) = 255+167+207=629 (83% of max value = 765). Red value is 255 (100% from 255 or 40.54% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7CF is #005830. Grayscale: #C5C5C5. Windows color (decimal): -22577 or 13608959. OLE color: 13608959.

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

Color convert

RGB 255 167 207 -
CMYK 0 0.35 0.19 0
HSL 332.73º 1% 0.83% -
HSV(B) 332.73º 0.35% 1% -
XYZ 66.32 53.4 65.84 -
YUV 197.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 255 167 207 0 0.35 0.19 0 332.73 1 0.83
Hex FF A7 CF 0 23 13 0 14D 64 53
Octal 377 247 317 0 43 23 0 515 144 123
Binary 11111111 10100111 11001111 0 100011 10011 0 101001101 1100100 1010011

Color Harmonies of #FFA7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA7CF

Black with #FFA7CF

Text Example


Text Example

White with #FFA7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA7CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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