Html Css Color HEX #FFA7CB Carnation Pink

📋 copy color: '#FFA7CB'

red 255 ◦ green 167 ◦ blue 203

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

Shades of Carnation Pink #FFA7CB

Tints of Carnation Pink #FFA7CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.48%

R = 40.8%
G = 26.72%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFA7CB (or 0xFFA7CB) is known color: Carnation Pink. HEX triplet: FF, A7 and CB. RGB value is (255,167,203). Sum of RGB (Red+Green+Blue) = 255+167+203=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7CB is #005834. Grayscale: #C5C5C5. Windows color (decimal): -22581 or 13346815. OLE color: 13346815.

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

Color convert

RGB 255 167 203 -
CMYK 0 0.35 0.20 0
HSL 335.45º 1% 0.83% -
HSV(B) 335.45º 0.35% 1% -
XYZ 65.84 53.21 63.3 -
YUV 197.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 255 167 203 0 0.35 0.20 0 335.45 1 0.83
Hex FF A7 CB 0 23 14 0 14F 64 53
Octal 377 247 313 0 43 24 0 517 144 123
Binary 11111111 10100111 11001011 0 100011 10100 0 101001111 1100100 1010011

Color Harmonies of #FFA7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA7CB

Black with #FFA7CB

Text Example


Text Example

White with #FFA7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA7CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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