Html Css Color HEX #FFC3D2 Pink

📋 copy color: '#FFC3D2'

red 255 ◦ green 195 ◦ blue 210

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

Shades of Pink #FFC3D2

Tints of Pink #FFC3D2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 29.55%

 BLUE value IS 210 (82.42% from 255) = 31.82%

R = 38.64%
G = 29.55%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFC3D2 (or 0xFFC3D2) is known color: Pink. HEX triplet: FF, C3 and D2. RGB value is (255,195,210). Sum of RGB (Red+Green+Blue) = 255+195+210=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 195 (76.56% from 255 or 29.55% from 660); Blue value is 210 (82.42% from 255 or 31.82% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC3D2 is #003C2D. Grayscale: #D6D6D6. Windows color (decimal): -15406 or 13812735. OLE color: 13812735.

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

Color convert

RGB 255 195 210 -
CMYK 0 0.24 0.18 0
HSL 345º 1% 0.88% -
HSV(B) 345º 0.24% 1% -
XYZ 72.39 64.94 69.69 -
YUV 214.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 255 195 210 0 0.24 0.18 0 345 1 0.88
Hex FF C3 D2 0 18 12 0 159 64 58
Octal 377 303 322 0 30 22 0 531 144 130
Binary 11111111 11000011 11010010 0 11000 10010 0 101011001 1100100 1011000

Color Harmonies of #FFC3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC3D2

Black with #FFC3D2

Text Example


Text Example

White with #FFC3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC3D2; }

 p { color: rgb(255,195,210); }

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

background-color css

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

 a { background-color: rgb(255,195,210); }

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

border-color css

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

 span { border-color: rgb(255,195,210); }

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