Html Css Color HEX #FDDB9E Frangipani

📋 copy color: '#FDDB9E'

red 253 ◦ green 219 ◦ blue 158

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

Shades of Frangipani #FDDB9E

Tints of Frangipani #FDDB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 25.08%

R = 40.16%
G = 34.76%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDDB9E (or 0xFDDB9E) is known color: Frangipani. HEX triplet: FD, DB and 9E. RGB value is (253,219,158). Sum of RGB (Red+Green+Blue) = 253+219+158=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB9E is #022461. Grayscale: #DEDEDE. Windows color (decimal): -140386 or 10411005. OLE color: 10411005.

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

Color convert

RGB 253 219 158 -
CMYK 0 0.13 0.38 0.01
HSL 38.53º 0.96% 0.81% -
HSV(B) 38.53º 0.38% 0.99% -
XYZ 72.01 74.01 42.84 -
YUV 222.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 253 219 158 0 0.13 0.38 0.01 38.53 0.96 0.81
Hex FD DB 9E 0 D 26 1 27 60 51
Octal 375 333 236 0 15 46 1 47 140 121
Binary 11111101 11011011 10011110 0 1101 100110 1 100111 1100000 1010001

Color Harmonies of #FDDB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB9E

Black with #FDDB9E

Text Example


Text Example

White with #FDDB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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