Html Css Color HEX #FDDAD2 Pippin

📋 copy color: '#FDDAD2'

red 253 ◦ green 218 ◦ blue 210

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

Shades of Pippin #FDDAD2

Tints of Pippin #FDDAD2

RGB

 RED value IS 253 (99.22% from 255) = 37.15%

 GREEN value IS 218 (85.55% from 255) = 32.01%

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

R = 37.15%
G = 32.01%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FDDAD2 (or 0xFDDAD2) is known color: Pippin. HEX triplet: FD, DA and D2. RGB value is (253,218,210). Sum of RGB (Red+Green+Blue) = 253+218+210=681 (90% of max value = 765). Red value is 253 (99.22% from 255 or 37.15% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 210 (82.42% from 255 or 30.84% from 681); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDAD2 is #02252D. Grayscale: #E3E3E3. Windows color (decimal): -140590 or 13818621. OLE color: 13818621.

HSL color Cylindrical-coordinate representation of color #FDDAD2: hue angle of 11.16º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDDAD2 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 218 210 -
CMYK 0 0.14 0.17 0.01
HSL 11.16º 0.91% 0.91% -
HSV(B) 11.16º 0.17% 0.99% -
XYZ 77.21 75.68 71.51 -
YUV 227.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 253 218 210 0 0.14 0.17 0.01 11.16 0.91 0.91
Hex FD DA D2 0 E 11 1 B 5B 5B
Octal 375 332 322 0 16 21 1 13 133 133
Binary 11111101 11011010 11010010 0 1110 10001 1 1011 1011011 1011011

Color Harmonies of #FDDAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDAD2

Black with #FDDAD2

Text Example


Text Example

White with #FDDAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDAD2; }

 p { color: rgb(253,218,210); }

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

background-color css

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

 a { background-color: rgb(253,218,210); }

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

border-color css

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

 span { border-color: rgb(253,218,210); }

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