Html Css Color HEX #FAFCDD Light Yellow

📋 copy color: '#FAFCDD'

red 250 ◦ green 252 ◦ blue 221

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

Shades of Light Yellow #FAFCDD

Tints of Light Yellow #FAFCDD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 34.85%

 BLUE value IS 221 (86.72% from 255) = 30.57%

R = 34.58%
G = 34.85%
B = 30.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FAFCDD (or 0xFAFCDD) is known color: Light Yellow. HEX triplet: FA, FC and DD. RGB value is (250,252,221). Sum of RGB (Red+Green+Blue) = 250+252+221=723 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.58% from 723); Green value is 252 (98.83% from 255 or 34.85% from 723); Blue value is 221 (86.72% from 255 or 30.57% from 723); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCDD is #050322. Grayscale: #F7F7F7. Windows color (decimal): -328483 or 14548218. OLE color: 14548218.

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

Color convert

RGB 250 252 221 -
CMYK 0.01 0 0.12 0.01
HSL 63.87º 0.84% 0.93% -
HSV(B) 63.87º 0.12% 0.99% -
XYZ 87.29 95.17 82.17 -
YUV 247.87 112.84 129.52 -
System Red Green Blue C M Y K H S L
Decimal 250 252 221 0.01 0 0.12 0.01 63.87 0.84 0.93
Hex FA FC DD 1 0 C 1 40 54 5D
Octal 372 374 335 1 0 14 1 100 124 135
Binary 11111010 11111100 11011101 1 0 1100 1 1000000 1010100 1011101

Color Harmonies of #FAFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFCDD

Black with #FAFCDD

Text Example


Text Example

White with #FAFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFCDD; }

 p { color: rgb(250,252,221); }

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

background-color css

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

 a { background-color: rgb(250,252,221); }

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

border-color css

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

 span { border-color: rgb(250,252,221); }

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