Html Css Color HEX #FFCACD Pink

📋 copy color: '#FFCACD'

red 255 ◦ green 202 ◦ blue 205

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

Shades of Pink #FFCACD

Tints of Pink #FFCACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.51%

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

R = 38.52%
G = 30.51%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FFCACD (or 0xFFCACD) is known color: Pink. HEX triplet: FF, CA and CD. RGB value is (255,202,205). Sum of RGB (Red+Green+Blue) = 255+202+205=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCACD is #003532. Grayscale: #DADADA. Windows color (decimal): -13619 or 13486847. OLE color: 13486847.

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

Color convert

RGB 255 202 205 -
CMYK 0 0.21 0.20 0
HSL 356.6º 1% 0.9% -
HSV(B) 356.6º 0.21% 1% -
XYZ 73.38 67.91 67 -
YUV 218.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 255 202 205 0 0.21 0.20 0 356.6 1 0.9
Hex FF CA CD 0 15 14 0 165 64 5A
Octal 377 312 315 0 25 24 0 545 144 132
Binary 11111111 11001010 11001101 0 10101 10100 0 101100101 1100100 1011010

Color Harmonies of #FFCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCACD

Black with #FFCACD

Text Example


Text Example

White with #FFCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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