Html Css Color HEX #FDDBBE Karry

📋 copy color: '#FDDBBE'

red 253 ◦ green 219 ◦ blue 190

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

Shades of Karry #FDDBBE

Tints of Karry #FDDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.08%

 BLUE value IS 190 (74.61% from 255) = 28.7%

R = 38.22%
G = 33.08%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FDDBBE (or 0xFDDBBE) is known color: Karry. HEX triplet: FD, DB and BE. RGB value is (253,219,190). Sum of RGB (Red+Green+Blue) = 253+219+190=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 190 (74.61% from 255 or 28.70% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDDBBE is #022441. Grayscale: #E2E2E2. Windows color (decimal): -140354 or 12508157. OLE color: 12508157.

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

Color convert

RGB 253 219 190 -
CMYK 0 0.13 0.25 0.01
HSL 27.62º 0.94% 0.87% -
HSV(B) 27.62º 0.25% 0.99% -
XYZ 75.13 75.26 59.28 -
YUV 225.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 253 219 190 0 0.13 0.25 0.01 27.62 0.94 0.87
Hex FD DB BE 0 D 19 1 1C 5E 57
Octal 375 333 276 0 15 31 1 34 136 127
Binary 11111101 11011011 10111110 0 1101 11001 1 11100 1011110 1010111

Color Harmonies of #FDDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBBE

Black with #FDDBBE

Text Example


Text Example

White with #FDDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBBE; }

 p { color: rgb(253,219,190); }

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

background-color css

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

 a { background-color: rgb(253,219,190); }

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

border-color css

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

 span { border-color: rgb(253,219,190); }

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