Html Css Color HEX #FDDBA2 Frangipani

📋 copy color: '#FDDBA2'

red 253 ◦ green 219 ◦ blue 162

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

Shades of Frangipani #FDDBA2

Tints of Frangipani #FDDBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.55%

R = 39.91%
G = 34.54%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDDBA2 (or 0xFDDBA2) is known color: Frangipani. HEX triplet: FD, DB and A2. RGB value is (253,219,162). Sum of RGB (Red+Green+Blue) = 253+219+162=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 162 (63.67% from 255 or 25.55% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDBA2 is #02245D. Grayscale: #DEDEDE. Windows color (decimal): -140382 or 10673149. OLE color: 10673149.

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

Color convert

RGB 253 219 162 -
CMYK 0 0.13 0.36 0.01
HSL 37.58º 0.96% 0.81% -
HSV(B) 37.58º 0.36% 0.99% -
XYZ 72.36 74.15 44.68 -
YUV 222.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 253 219 162 0 0.13 0.36 0.01 37.58 0.96 0.81
Hex FD DB A2 0 D 24 1 26 60 51
Octal 375 333 242 0 15 44 1 46 140 121
Binary 11111101 11011011 10100010 0 1101 100100 1 100110 1100000 1010001

Color Harmonies of #FDDBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDBA2

Black with #FDDBA2

Text Example


Text Example

White with #FDDBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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