Html Css Color HEX #FCFBDF Light Yellow

📋 copy color: '#FCFBDF'

red 252 ◦ green 251 ◦ blue 223

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

Shades of Light Yellow #FCFBDF

Tints of Light Yellow #FCFBDF

RGB

 RED value IS 252 (98.83% from 255) = 34.71%

 GREEN value IS 251 (98.44% from 255) = 34.57%

 BLUE value IS 223 (87.5% from 255) = 30.72%

R = 34.71%
G = 34.57%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCFBDF (or 0xFCFBDF) is known color: Light Yellow. HEX triplet: FC, FB and DF. RGB value is (252,251,223). Sum of RGB (Red+Green+Blue) = 252+251+223=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 251 (98.44% from 255 or 34.57% from 726); Blue value is 223 (87.5% from 255 or 30.72% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBDF is #030420. Grayscale: #F8F8F8. Windows color (decimal): -197665 or 14679036. OLE color: 14679036.

HSL color Cylindrical-coordinate representation of color #FCFBDF: hue angle of 57.93º degrees, saturation: 0.83, 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 #FCFBDF is Cyan = 0, Magento = 0.00, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 223 -
CMYK 0 0.00 0.12 0.01
HSL 57.93º 0.83% 0.93% -
HSV(B) 57.93º 0.12% 0.99% -
XYZ 87.96 95.02 83.52 -
YUV 248.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 252 251 223 0 0.00 0.12 0.01 57.93 0.83 0.93
Hex FC FB DF 0 0 C 1 3A 53 5D
Octal 374 373 337 0 0 14 1 72 123 135
Binary 11111100 11111011 11011111 0 0 1100 1 111010 1010011 1011101

Color Harmonies of #FCFBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBDF

Black with #FCFBDF

Text Example


Text Example

White with #FCFBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBDF; }

 p { color: rgb(252,251,223); }

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

background-color css

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

 a { background-color: rgb(252,251,223); }

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

border-color css

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

 span { border-color: rgb(252,251,223); }

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