Html Css Color HEX #FDDCC6 Karry

📋 copy color: '#FDDCC6'

red 253 ◦ green 220 ◦ blue 198

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

Shades of Karry #FDDCC6

Tints of Karry #FDDCC6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.79%

 BLUE value IS 198 (77.73% from 255) = 29.51%

R = 37.7%
G = 32.79%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.01

RGB Variations

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

Color information

#FDDCC6 (or 0xFDDCC6) is known color: Karry. HEX triplet: FD, DC and C6. RGB value is (253,220,198). Sum of RGB (Red+Green+Blue) = 253+220+198=671 (88% of max value = 765). Red value is 253 (99.22% from 255 or 37.70% from 671); Green value is 220 (86.33% from 255 or 32.79% from 671); Blue value is 198 (77.73% from 255 or 29.51% from 671); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDCC6 is #022339. Grayscale: #E3E3E3. Windows color (decimal): -140090 or 13032701. OLE color: 13032701.

HSL color Cylindrical-coordinate representation of color #FDDCC6: hue angle of 24º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FDDCC6 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 220 198 -
CMYK 0 0.13 0.22 0.01
HSL 24º 0.93% 0.88% -
HSV(B) 24º 0.22% 0.99% -
XYZ 76.29 76.15 64.1 -
YUV 227.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 253 220 198 0 0.13 0.22 0.01 24 0.93 0.88
Hex FD DC C6 0 D 16 1 18 5D 58
Octal 375 334 306 0 15 26 1 30 135 130
Binary 11111101 11011100 11000110 0 1101 10110 1 11000 1011101 1011000

Color Harmonies of #FDDCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDCC6

Black with #FDDCC6

Text Example


Text Example

White with #FDDCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDCC6; }

 p { color: rgb(253,220,198); }

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

background-color css

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

 a { background-color: rgb(253,220,198); }

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

border-color css

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

 span { border-color: rgb(253,220,198); }

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