Html Css Color HEX #F9FDCF Carla

📋 copy color: '#F9FDCF'

red 249 ◦ green 253 ◦ blue 207

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

Shades of Carla #F9FDCF

Tints of Carla #F9FDCF

RGB

 RED value IS 249 (97.66% from 255) = 35.12%

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

 BLUE value IS 207 (81.25% from 255) = 29.2%

R = 35.12%
G = 35.68%
B = 29.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#F9FDCF (or 0xF9FDCF) is known color: Carla. HEX triplet: F9, FD and CF. RGB value is (249,253,207). Sum of RGB (Red+Green+Blue) = 249+253+207=709 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.12% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 207 (81.25% from 255 or 29.20% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FDCF is #060230. Grayscale: #F6F6F6. Windows color (decimal): -393777 or 13630969. OLE color: 13630969.

HSL color Cylindrical-coordinate representation of color #F9FDCF: hue angle of 65.22º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F9FDCF is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 249 253 207 -
CMYK 0.02 0 0.18 0.01
HSL 65.22º 0.92% 0.9% -
HSV(B) 65.22º 0.18% 0.99% -
XYZ 85.45 94.9 72.84 -
YUV 246.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 249 253 207 0.02 0 0.18 0.01 65.22 0.92 0.9
Hex F9 FD CF 2 0 12 1 41 5C 5A
Octal 371 375 317 2 0 22 1 101 134 132
Binary 11111001 11111101 11001111 10 0 10010 1 1000001 1011100 1011010

Color Harmonies of #F9FDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FDCF

Black with #F9FDCF

Text Example


Text Example

White with #F9FDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FDCF; }

 p { color: rgb(249,253,207); }

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

background-color css

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

 a { background-color: rgb(249,253,207); }

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

border-color css

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

 span { border-color: rgb(249,253,207); }

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