Html Css Color HEX #FFADCD Carnation Pink

📋 copy color: '#FFADCD'

red 255 ◦ green 173 ◦ blue 205

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

Shades of Carnation Pink #FFADCD

Tints of Carnation Pink #FFADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 27.33%

 BLUE value IS 205 (80.47% from 255) = 32.39%

R = 40.28%
G = 27.33%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFADCD (or 0xFFADCD) is known color: Carnation Pink. HEX triplet: FF, AD and CD. RGB value is (255,173,205). Sum of RGB (Red+Green+Blue) = 255+173+205=633 (83% of max value = 765). Red value is 255 (100% from 255 or 40.28% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADCD is #005232. Grayscale: #C9C9C9. Windows color (decimal): -21043 or 13479423. OLE color: 13479423.

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

Color convert

RGB 255 173 205 -
CMYK 0 0.32 0.20 0
HSL 336.59º 1% 0.84% -
HSV(B) 336.59º 0.32% 1% -
XYZ 67.2 55.55 64.94 -
YUV 201.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 255 173 205 0 0.32 0.20 0 336.59 1 0.84
Hex FF AD CD 0 20 14 0 151 64 54
Octal 377 255 315 0 40 24 0 521 144 124
Binary 11111111 10101101 11001101 0 100000 10100 0 101010001 1100100 1010100

Color Harmonies of #FFADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADCD

Black with #FFADCD

Text Example


Text Example

White with #FFADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADCD; }

 p { color: rgb(255,173,205); }

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

background-color css

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

 a { background-color: rgb(255,173,205); }

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

border-color css

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

 span { border-color: rgb(255,173,205); }

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