Html Css Color HEX #FFC0D3 Pink

📋 copy color: '#FFC0D3'

red 255 ◦ green 192 ◦ blue 211

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

Shades of Pink #FFC0D3

Tints of Pink #FFC0D3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 29.18%

 BLUE value IS 211 (82.81% from 255) = 32.07%

R = 38.75%
G = 29.18%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFC0D3 (or 0xFFC0D3) is known color: Pink. HEX triplet: FF, C0 and D3. RGB value is (255,192,211). Sum of RGB (Red+Green+Blue) = 255+192+211=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 192 (75.39% from 255 or 29.18% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC0D3 is #003F2C. Grayscale: #D4D4D4. Windows color (decimal): -16173 or 13877503. OLE color: 13877503.

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

Color convert

RGB 255 192 211 -
CMYK 0 0.25 0.17 0
HSL 341.9º 1% 0.88% -
HSV(B) 341.9º 0.25% 1% -
XYZ 71.85 63.66 70.13 -
YUV 213 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 255 192 211 0 0.25 0.17 0 341.9 1 0.88
Hex FF C0 D3 0 19 11 0 156 64 58
Octal 377 300 323 0 31 21 0 526 144 130
Binary 11111111 11000000 11010011 0 11001 10001 0 101010110 1100100 1011000

Color Harmonies of #FFC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC0D3

Black with #FFC0D3

Text Example


Text Example

White with #FFC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC0D3; }

 p { color: rgb(255,192,211); }

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

background-color css

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

 a { background-color: rgb(255,192,211); }

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

border-color css

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

 span { border-color: rgb(255,192,211); }

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