Html Css Color HEX #F0FACC Rice Flower

📋 copy color: '#F0FACC'

red 240 ◦ green 250 ◦ blue 204

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

Shades of Rice Flower #F0FACC

Tints of Rice Flower #F0FACC

RGB

 RED value IS 240 (94.14% from 255) = 34.58%

 GREEN value IS 250 (98.05% from 255) = 36.02%

 BLUE value IS 204 (80.08% from 255) = 29.39%

R = 34.58%
G = 36.02%
B = 29.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#F0FACC (or 0xF0FACC) is known color: Rice Flower. HEX triplet: F0, FA and CC. RGB value is (240,250,204). Sum of RGB (Red+Green+Blue) = 240+250+204=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 204 (80.08% from 255 or 29.39% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FACC is #0F0533. Grayscale: #F1F1F1. Windows color (decimal): -984372 or 13433584. OLE color: 13433584.

HSL color Cylindrical-coordinate representation of color #F0FACC: hue angle of 73.04º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0FACC is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 240 250 204 -
CMYK 0.04 0 0.18 0.02
HSL 73.04º 0.82% 0.89% -
HSV(B) 73.04º 0.18% 0.98% -
XYZ 81.02 91.26 70.47 -
YUV 241.77 106.69 126.74 -
System Red Green Blue C M Y K H S L
Decimal 240 250 204 0.04 0 0.18 0.02 73.04 0.82 0.89
Hex F0 FA CC 4 0 12 2 49 52 59
Octal 360 372 314 4 0 22 2 111 122 131
Binary 11110000 11111010 11001100 100 0 10010 10 1001001 1010010 1011001

Color Harmonies of #F0FACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FACC

Black with #F0FACC

Text Example


Text Example

White with #F0FACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FACC; }

 p { color: rgb(240,250,204); }

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

background-color css

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

 a { background-color: rgb(240,250,204); }

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

border-color css

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

 span { border-color: rgb(240,250,204); }

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