Html Css Color HEX #FFC2D4 Pink

📋 copy color: '#FFC2D4'

red 255 ◦ green 194 ◦ blue 212

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

Shades of Pink #FFC2D4

Tints of Pink #FFC2D4

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.35%

 BLUE value IS 212 (83.2% from 255) = 32.07%

R = 38.58%
G = 29.35%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFC2D4 (or 0xFFC2D4) is known color: Pink. HEX triplet: FF, C2 and D4. RGB value is (255,194,212). Sum of RGB (Red+Green+Blue) = 255+194+212=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 194 (76.17% from 255 or 29.35% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC2D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC2D4 is #003D2B. Grayscale: #D6D6D6. Windows color (decimal): -15660 or 13943551. OLE color: 13943551.

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

Color convert

RGB 255 194 212 -
CMYK 0 0.24 0.17 0
HSL 342.3º 1% 0.88% -
HSV(B) 342.3º 0.24% 1% -
XYZ 72.42 64.6 70.94 -
YUV 214.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 255 194 212 0 0.24 0.17 0 342.3 1 0.88
Hex FF C2 D4 0 18 11 0 156 64 58
Octal 377 302 324 0 30 21 0 526 144 130
Binary 11111111 11000010 11010100 0 11000 10001 0 101010110 1100100 1011000

Color Harmonies of #FFC2D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC2D4

Black with #FFC2D4

Text Example


Text Example

White with #FFC2D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC2D4; }

 p { color: rgb(255,194,212); }

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

background-color css

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

 a { background-color: rgb(255,194,212); }

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

border-color css

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

 span { border-color: rgb(255,194,212); }

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