Html Css Color HEX #FBDD9D Cream Brulee

📋 copy color: '#FBDD9D'

red 251 ◦ green 221 ◦ blue 157

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

Shades of Cream Brulee #FBDD9D

Tints of Cream Brulee #FBDD9D

RGB

 RED value IS 251 (98.44% from 255) = 39.9%

 GREEN value IS 221 (86.72% from 255) = 35.14%

 BLUE value IS 157 (61.72% from 255) = 24.96%

R = 39.9%
G = 35.14%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#FBDD9D (or 0xFBDD9D) is known color: Cream Brulee. HEX triplet: FB, DD and 9D. RGB value is (251,221,157). Sum of RGB (Red+Green+Blue) = 251+221+157=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD9D is #042262. Grayscale: #DEDEDE. Windows color (decimal): -270947 or 10345979. OLE color: 10345979.

HSL color Cylindrical-coordinate representation of color #FBDD9D: hue angle of 40.85º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FBDD9D is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 221 157 -
CMYK 0 0.12 0.37 0.02
HSL 40.85º 0.92% 0.8% -
HSV(B) 40.85º 0.37% 0.98% -
XYZ 71.73 74.66 42.53 -
YUV 222.67 90.94 148.2 -
System Red Green Blue C M Y K H S L
Decimal 251 221 157 0 0.12 0.37 0.02 40.85 0.92 0.8
Hex FB DD 9D 0 C 25 2 29 5C 50
Octal 373 335 235 0 14 45 2 51 134 120
Binary 11111011 11011101 10011101 0 1100 100101 10 101001 1011100 1010000

Color Harmonies of #FBDD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD9D

Black with #FBDD9D

Text Example


Text Example

White with #FBDD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD9D; }

 p { color: rgb(251,221,157); }

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

background-color css

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

 a { background-color: rgb(251,221,157); }

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

border-color css

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

 span { border-color: rgb(251,221,157); }

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