Html Css Color HEX #FAFDDB Light Yellow

📋 copy color: '#FAFDDB'

red 250 ◦ green 253 ◦ blue 219

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

Shades of Light Yellow #FAFDDB

Tints of Light Yellow #FAFDDB

RGB

 RED value IS 250 (98.05% from 255) = 34.63%

 GREEN value IS 253 (99.22% from 255) = 35.04%

 BLUE value IS 219 (85.94% from 255) = 30.33%

R = 34.63%
G = 35.04%
B = 30.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FAFDDB (or 0xFAFDDB) is known color: Light Yellow. HEX triplet: FA, FD and DB. RGB value is (250,253,219). Sum of RGB (Red+Green+Blue) = 250+253+219=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 219 (85.94% from 255 or 30.33% from 722); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDDB is #050224. Grayscale: #F8F8F8. Windows color (decimal): -328229 or 14417402. OLE color: 14417402.

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

Color convert

RGB 250 253 219 -
CMYK 0.01 0 0.13 0.01
HSL 65.29º 0.89% 0.93% -
HSV(B) 65.29º 0.13% 0.99% -
XYZ 87.34 95.69 80.88 -
YUV 248.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 250 253 219 0.01 0 0.13 0.01 65.29 0.89 0.93
Hex FA FD DB 1 0 D 1 41 59 5D
Octal 372 375 333 1 0 15 1 101 131 135
Binary 11111010 11111101 11011011 1 0 1101 1 1000001 1011001 1011101

Color Harmonies of #FAFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFDDB

Black with #FAFDDB

Text Example


Text Example

White with #FAFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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